fromLogRocket Blog1 month agoLiskov Substitution Principle (LSP) - LogRocket BlogLSP enables safe substitution of class instances, preventing system breaks.
JavafromHackernoon2 years agoRefactoring 029 - How to Replace NULL With Collection | HackerNoonReplace nullable optional attributes with empty collections to eliminate null checks and leverage polymorphism.
CarsfromHackernoon4 months agoEnhance Your Code Architecture With SOLID Principles (with Swift Examples) | HackerNoonGood architecture balances well-structured code with ease of extension, testing, and maintenance, as emphasized by the SOLID principles.