Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

How to deal with the idea of "many small functions" for classes, without passing lots of parameters?

Best practice: instance variables filling over time

Modern C and C++: it is possible to use one defined structure for other declared structure?

c++ c class-design api-design

What does a compiler add to an empty class declaration?

C# properties issue

c# properties class-design

How to model cycles between immutable class instances?

java class-design

Accessing child class properties through function in parent class

CRUD Class Library Design, to return useful messages about business logic failure, that is not exceptional

c# .net 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?