Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

C++ Problem: Class Promotion using derived class

How can i make this work with java generics

java generics class-design

Best practices to design classes to represent database tables

class-design

What is the best way to initialize a more complex class construct with many unchangeable members in c++

Class design: Class member inherits from the same base class

Please explain this pattern when using abstract method

Handling mutable collection keys in C#

How should I split large and bloated classes into smaller ones?

class-design

prevent height sizing at design time

c# class-design

C++ class design: class or functions in unnamed namespace or private class method?

Qt: signal/slot design and performance

c++ qt oop signals class-design

Start thread with two parameters

Should I add interfaces for my simple game classes?

'Desirable Characteristics of Design' in code complete

class-design

Preferred method to set the value of a get only Property: constructor vs backing field

c# properties class-design

Value object with "specified" flag

c# .net class-design nullable

Adding function to string class

c++ string class-design