Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

In C#, what is the purpose of marking a class static?

c# .net class-design

C# generics - Can I make T be from one of two choices?

Why is ASP.NET Core's Startup class not an interface or abstract class?

OOP: Which class should own a method? [closed]

java c++ oop class-design uml

Why put private fields and methods at the top of class?

class-design

Why is 16 byte the recommended size for struct in C#?

Using a class' __new__ method as a Factory: __init__ gets called twice

Classes to avoid (code complete)

no default constructor exists for class

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