Can good Object Orientated Design be formalised as good relational database design has been?...
Read MoreNeed help reducing cyclomatic complexity...
Read MoreConverting procedural PHP to OOP following SOLID principles...
Read MoreWhich option is better Programming Practice...
Read Moreinitializing a sub viewmodel from within a viewmodel...
Read MoreActive Record: Why it adds things like "save"?...
Read MoreMerging half related data into the same class?...
Read MoreHow to design two similar (but not completely) classes?...
Read MoreData encapsulation consideration for method parameters (dependency injection)...
Read MoreWhere to put abstractions in SOLID programming?...
Read MoreMoving data between interfaces without violating SOLID principles?...
Read MoreHow to populate a list of interfaces?...
Read MoreIssue in using Composition for “is – a “ relationship...
Read MoreOOP - Is it better to call functions from within other functions, or to have one big controller?...
Read MoreWhat is the "Thin line" between thin and fat interfaces?...
Read MoreSOLID principles, and hard code configuration inside a class...
Read MoreDoes ToString() method violates SRP?...
Read MoreCould the S of S.O.L.I.D be extended for every single element of the code?...
Read MoreApplying the Open/closed principle in a method...
Read MoreArchitecture for Avoiding Switch Statements...
Read MoreSOLID and unit testing. Using language provided methods/classes...
Read MoreEnding with too many objects (layered design)...
Read MoreExtending base class to include details?...
Read MoreWhen Liskov Substitution refers to subtypes, is it talking about derived classes in the context of C...
Read MoreBusiness entity that accesses data store to validate itself: an SRP violation?...
Read More