Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

what is the differences between class and dataType

Large Inner classes and private variables

java jboss class-design

Using self in class method

Question About Where To Position Try And Catch statements

c# class-design try-catch

C# Limit creation of class instance to within namespace

Is there any point to an interface if only one class implements it?

Core Data entity inheritance --> limitations?

When would you want to nest classes in C#? [duplicate]

Is it true I should not do "long running" things in a property accessor?