Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Should I add interfaces for my simple game classes?

'Desirable Characteristics of Design' in code complete

class-design

Preferred method to set the value of a get only Property: constructor vs backing field

c# properties class-design

Value object with "specified" flag

c# .net class-design nullable

Adding function to string class

c++ string class-design

Is it possible for two child-classes to work together

Objective-C call hidden methods

Filling out abstract class members by deriving from concrete class

Mutual friendship and pointers: What Pattern or anti-pattern is this?

Fatal error while loading class EWSType_FindItemType (php-ews)

Overriding a PHP __construct

Actor based classes with or without interfaces

scala akka class-design actor

What is the point declaring variables at the end of class?

class-design

UML Class Diagram Resources [closed]

What is considered good design for multiple similar classes

Is passing a struct value to a method by-reference in C# an acceptable optimization?

How to dependency inject a class / type?

Interface programming