Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

CSS - common classes

css class class-design

Is linkage within an object considered an anti-pattern?

C++ equivalent for java final member data

c++ class-design

Class Design - Properties or Parameters?

c# class-design

Initializing a new class in its own constructor

c# properties class-design

How to make a singleton class threadsafe?

Is using @annotations to tag listener methods rather than an interface w/ methods a good idea?

java api class class-design

classmethod as constructor and inheritance

Best practice for avoiding code duplication while implementing iterator and const_iterator classes [closed]

"is A" VS "is Like A" relationships, what does each one mean and how do they differ?

Passing the context around in a C# class library, looking for an "easy" way without using static

SSIS: Curious: why is the last parameter in FireInformation method a ref bool?

.net ssis class-design

How to deal with the idea of "many small functions" for classes, without passing lots of parameters?

Best practice: instance variables filling over time

Modern C and C++: it is possible to use one defined structure for other declared structure?

c++ c class-design api-design

What does a compiler add to an empty class declaration?

C# properties issue

c# properties class-design

How to model cycles between immutable class instances?

java class-design

Accessing child class properties through function in parent class

CRUD Class Library Design, to return useful messages about business logic failure, that is not exceptional

c# .net class-design