Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Class hierarchy of tokens and checking their type in the parser

Why can't you have require* statements in a class definition?

php oop class-design

Class design: arrays vs multiple variables

c++ arrays class-design

Changing the Type of a inherited property (to a inherited type)

C++: Bad practice to use friend classes instead of writing getters / setters?

When to make class and function?

PHP OOP :: Building an API Wrapper class

In C#, use of value types vs. reference types

Object oriented programming - class design confusion

oop class-design

Create custom exception or use built-in exceptions?

Class prototyping

c++ prototype class-design

How can a singleton class use an interface?

How many constructors should a class have?

class-design constructor

Is it reasonable to have a fair amount of public properties in a class?

design class aggregation - stack allocation vs dynamic memory allocation

c++ class-design

Encapsulating an algorithm into a class

Single Responsibility Principle: do all public methods in a class have to use all class dependencies?

How do I manipulate a tree of immutable objects?

Why singleton class should be sealed?