Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Class design suggestions: extending a class and code reuse

c++ oop class-design

Varieties of @interface declarations, some with parentheses

Serializing Data Transfer Objects in .NET

Class Structure for a list Class?

c# oop class class-design

Accessing a static property of a child in a parent method - Design considerations

c# .net class-design

Unit Testing a Class That Uses the File System

C++ Class design - easily init / build objects

Interview question on Class design

c# class-design

Create one object instance per class in hierarchy

java oop 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