A very common C# pattern that breaks a very fundamental OOP principle...
Read MoreWhen to violate the single responsibility principle?...
Read MoreBest Practice: Protected or Private Methods by Default and Test-Driven Development...
Read MoreSingle Responsibility Principle: Should I separate my bibliography class in Reader, Writer and Conta...
Read Moreliskov substitution principle and exception handling...
Read MoreInject delegate method from derived to base class using constructor...
Read MoreLiskov substitution Principle and Virtual Method...
Read MoreIntroducing test-driven development to legacy code...
Read MoreHow many simultaneous scheduled Jobs can I have in Node...
Read Moreis this Service layer violating SRP principle...
Read MoreDoesn't the Factory pattern, violate the "Tell, Don't Ask" principle?...
Read MoreDoes Liskov Substitution Principle also apply to classes implementing an interface?...
Read MoreWhat are the most important structured software design principles?...
Read MoreSynchronize asynchronous calls from more than one object...
Read MoreIs calling into other code a (SOLID) Single Responsibility Principles (SRP) violation?...
Read MoreProperly implement comparison of two objects with different type but semantically equivalent...
Read MoreProper Inheritance Architecture in Java...
Read MoreHow to use open closed principle for web page operations invocation in java?...
Read MoreAn event system - like signal / slot in Qt without forking - C++...
Read MoreDesign Pattern For "Load Format Save Data"...
Read MoreDesign philosophy and best practies of a restful api...
Read Moredesign pattern advice: graph -> computation...
Read MoreGraph database design principles, general principles and granularity issue...
Read MoreWhat is design principle behind Servlets being Singleton...
Read MoreHow does High Cohesion help us reduce Coupling?...
Read More