When does the Interface Segregation Principle not apply? SOA?...
Read MoreWhat is a good Unit Test Practice for mocking a fake model that changes a lot?...
Read MoreImplementing new feature using SOLID principles in old code...
Read MoreOpen source projects that demonstrate TDD and SOLID priciples...
Read MoreZF2 Unit test of login in wierd code...
Read MoreBest approach for the intermediate layer & Conversion function...
Read MoreSOLID: Does DIP mean that composition/aggreation to an object is forbidden?...
Read MoreDoes my code violates Single Responsibility Principle?...
Read MoreDoes adding new fields (and/or methods) break OCP (open closed principle)?...
Read MoreReal Life work with SOLID development...
Read MoreHow does one manage external resources in a SOLID way?...
Read MoreSOLID: Same-class constructor call allowed?...
Read MoreRails: improve if statements in model...
Read MoreSingle Responsibility Principle Refactor...
Read MoreUsing inheritance for encapsulating composition...
Read MoreDoes using enum with associated value in Swift violate Liskov Substitution Principle?...
Read MoreFocussed Responsibility of a Method...
Read MoreDeveloping a Swift iOS app "The Right Way"...
Read MoreHow to efficiently share functions between classes without violating the Liskov Substitution Princip...
Read Moreliskov substitution principle violations...
Read MoreOpen / Closed Principle & Single Responsibilty -- Graphs...
Read MoreIs it good to have enum implementation with processing logic?...
Read MoreSOLID-principle attempt, solid or not solid?...
Read MoreExport model to .xlsx observance of SOLID principles...
Read MoreFactory class is not supporting SOLID principle...
Read MoreIs it wrong to register to the container in this way? Laravel 5.3...
Read MoreIs a class with only one function cohesive enough?...
Read More