Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

why is java.lang.Throwable a class?

Which class design is better? [closed]

oop class-design

Large scale usage of Meyer's advice to prefer Non-member,non-friend functions?

c++ class-design

OO Javascript constructor pattern: neo-classical vs prototypal

How would you code an efficient Circular Buffer in Java or C#?

c# java class-design

List<BusinessObject> or BusinessObjectCollection?

static const Member Value vs. Member enum : Which Method is Better & Why?

c++ class-design

python circular imports once again (aka what's wrong with this design)

Class members that are objects - Pointers or not? C++

Ruby - share logger instance among module/classes

ruby logging class-design

Nested Java enum definition - does declaring as static make a difference? [duplicate]

java enums class-design

new types may not be defined in a return type - C++

How do you find a needle in a haystack?

How do I alias a class name in C#, without having to add a line of code to every file that uses the class?

c# class-design

What is the purpose of a marker interface?

c# interface class-design

Best practice: ordering of public/protected/private within the class definition?

Is UML practical? [closed]

uml class-design diagram

How do I design a class in Python?

python oop class-design

PHP 5: const vs static

How will I know when to create an interface?