Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Dealing with id's in entity object design

Why does Exception take Throwable as a constructor parameter instead of Exception?

TypeScript: Namespace vs Class

Design dilemma: who should handle disposable parameter?

Sending Arguments Via Event Handler?

c# class-design

Is it good practice override methods with a higher visibility?

Who should be responsible for selecting the appropriate derived class?

c# oop class-design

When is a C# class with no methods poor design? [closed]

c# oop class-design

Implementing IEquatable<T> where T is an interface

c# .net-3.5 class-design

Writing mocks/stubs for an object before you have written the class for that object?

php phpunit class-design

How to emulate __destruct() in a static class?

Variable-length objects: Ever a good idea?

C++, preventing class instance from being created on the stack (during compiltaion)

c++ class-design

Coding guides: How do you split up your large source files?

C++ Low latency Design: Function Dispatch v/s CRTP for Factory implementation

How to execute a method in another thread?

Should entities implement interfaces?

c# class-design

How to design a class with "annotated" fields?

c++ class-design field

What options are there for visualising class relationships in a Python program

python uml class-design

Methods in Object-Oriented Design

oop class-design analysis