What is an example of the Liskov Substitution Principle?...
Read MoreWhen should I throw exception vs. return error ActionResult in ASP.NET Core Web API project?...
Read MoreHow does the Liskov Substitution Principle works with type specialization in concrete implementation...
Read MoreWhat is the principle of "code moving to data" rather than data to code?...
Read MoreDifference between REP(Reuse/Release Equivalence Principle) and CRP (Common Reuse Principle)...
Read MoreSOLID principles implementation for C...
Read MoreHow should I use Factory method design pattern that follows Dependency Inversion Principle...
Read MoreWhen we use class methods as setter to input object...
Read MoreDesign pattern for encapsulation of functions that draw / write an object...
Read MoreSpring application events without extending ApplicationEvent...
Read MoreWhat is the use of single responsibility principle?...
Read MoreWhat's the difference between principles YAGNI and KISS?...
Read MoreBest approach to map enums to functions...
Read MoreDoes the Liskov Substitution Principle apply to subtype which inherited from abstract class?...
Read MoreHow to restrict access privilege between two classes in java?...
Read MoreIntroducing a new subclass to an established system using inheritance which violates the Liskov Subs...
Read MoreWhat is the meaning and reasoning behind the Open/Closed Principle?...
Read MoreRules Engines User Interface Design...
Read Morepython class operations on members vs static methods...
Read MoreIs adding attributes dynamically frowned upon in Python?...
Read MoreCreating new instance of concrete implementation in interface - is this an antipattern?...
Read MoreWhat is the reasoning behind the Interface Segregation Principle?...
Read MoreIs it fine to pass a value returned by await function as parameters in C#...
Read MoreWhat's the difference between design patterns and design principles?...
Read MoreIs this a good example of Law of Demeter?...
Read MoreDependency inversion design choice question...
Read MoreIntrinsic benefit of using a LinkedList class to point to head Node vs. just using Node*...
Read MoreWriting modules in Haskell the right way...
Read More