Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

nonvirtual interface idiom for more than two levels of inheritance?

Is there a heuristic to determine whether a method or field belongs in a class?

oop class-design

How do I make my static class not so static?

c# class-design

STLifying C++ classes

c++ stl class-design

How best design a scalable class?

Is there a more efficient way to handle button click events than several if statements?

Delegates, can't get my head around them

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?

Android: can I use one SQLiteOpenHelper class for multiple database files?

Design pattern for class with upwards of 100 properties