Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Critique of immutable classes with circular references design, and better options

How to rewrite C++ code that uses mutable in D?

class-design d mutable

Avoid excessive function parameters: class-centered or function-centered approach?

RPG Game loop and class structure (cocos2D for iPhone)

Class structure pattern question. What should I choose?

class-design

Objective-C partial implementation of classes in separate files

When designing a Python API, is it more Pythonic to throw exceptions or return false/None, etc?

How do I design this procedural code as class based (object oriented)?

python oop class-design

C# Class function members declaration & implementation

.NET ORMs, immutable value objects, structs, default constructors, and readonly properties

UML class diagram: how to model relations about calling a method or starting an activity or service

Calling method that exists in child classes but not in parent class

Database model to object oriented design?

c# sql database class-design

Best way to make a PDO mysql static connection class?

php mysql oop pdo class-design

Serializing Name/Value Pairs in a Custom Object via Web Service

What is a good design pattern in C# for classes that need to reference other classes?

Need advice on proper class design

java oop io class-design

In what cases superclass shouldn't be abstract?

What first model or database?

What's the most reliable way to prohibit a copy constructor in C++?