Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

correct use of classes?

Performance of Singleton Class Instance Method vs. Static Class Method in PHP?

What are best practices for designing JavaScript classes that represent UI objects in the DOM?

Object oriented n-tier design. Am I abstracting too much? Or not enough?

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