Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Design(How-to) of classes containing collections of other classes

C++ - Single local class instance for entire program duration

c++ oop class class-design

Designing folder/file system?

c++ class-design

non-member non-friend function syntax

c++ class-design

providing an asynchronous programming model: Should I? and if so, should it be VerbAsync() or BeginVerb()?

How do I implement my own static Empty or Zero field properly

c# class-design

Singleton class design - null object

Copying Methods from Member

Design of std::ifstream class

Should I instantiate a collection or inherit from collection?

Class design vs. IDE: Are nonmember nonfriend functions really worth it?

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]