Mohamed MayalloforMohamed Mayallo's Blogmayallo.hashnode.net·Sep 29, 2022FeaturedOpen-Closed Principle: The Hard PartsIntroduction SOLID principles are a set of principles set by Robert C.Martin (Uncle Bob). The main goal of these principles is to design software that is easy to maintain, test, understand, and extend. These principles are: Single Responsibility Pri...Sanjay Rajesh and 1 other are discussing this2 people are discussing thisDiscuss·95 likes·2.4K readsdesign patterns
Anant Singh RaghuvanshiforAnant Singh Raghuvanshianantraghuvanshi.hashnode.net·Apr 7, 2023SOLID Principles in Java Programming: A Comprehensive GuideIntroduction Welcome, fellow Java full-stack developer! As you continue to enhance your software engineering skills, it's essential to understand the SOLID principles, a set of fundamental design principles that have stood the test of time in the sof...Discuss·46 likes·82 readsJava
Tonatiuh MoralesforCosas de hackers (pero nada de hackers)tmorales.hashnode.net·Jun 7, 2021OCP: Open-Closed Principle, optimizing JavaScript codeHi all!In my previous post, I described how to put in place a multi language feature in a static website. But, in the toggle lang function, I was not convinced at all, so I decided to optimize the code. The code part that I was not convinced is to ...Discuss·43 likes·414 readsJavaScript
Brijen MakwanaforBrijen's Byte-sized Bytesbrijen.hashnode.net·Apr 17, 2023Writing Better Code: A Practical Guide to Implementing the SOLID Principles of Object-Oriented DesignSoftware developers are always looking for ways to write better code. One approach that has been gaining popularity is using the SOLID principles of object-oriented design. SOLID is an acronym for five principles that guide developers in writing clea...Discuss·1 likeGeneral Programming
Stephen David-WilliamsforStephen's blogspiritman7.hashnode.net·Apr 15, 2023SOLID principles in data engineering - Part 1SOLID principles are a set of principles that guide the software engineering process aiming to make code easier to read, test and maintain. This is a concept under Object Oriented Programming that was made popular by Robert Martin (commonly referred ...Discuss·2 likes·553 readsPython
Jai PatelforJai Patel's blogvermajai1995.hashnode.net·Apr 15, 2023Everything you should know about SOLID principlesQuick Summary of the Blog:- About SOLID principles Advantages/ When to use? Disadvantages/ When not to use? About SOLID principles:- A set of rules that provides guidelines for writing maintainable, extensible, and testable code. By following th...Discuss·1 likeSOLID principles
Olatunde AdedejiforOA Blogolatundeadedeji.hashnode.net·Apr 15, 2023Mastering SOLID Principles in Python: A Guide to Scalable CodeIntroduction SOLID principles are a set of software design principles that aim to help software developers write scalable and maintainable codes. These standard principles for software design are the Single responsibility principle, Open-closed princ...Discuss·1 like·26 readssoftware development
Anant Singh RaghuvanshiforAnant Singh Raghuvanshianantraghuvanshi.hashnode.net·Apr 7, 2023SOLID Principles in Java Programming: A Comprehensive GuideIntroduction Welcome, fellow Java full-stack developer! As you continue to enhance your software engineering skills, it's essential to understand the SOLID principles, a set of fundamental design principles that have stood the test of time in the sof...Discuss·46 likes·82 readsJava
Adrian Gonzalezforpublic_voidpublicvoid.hashnode.net·Apr 2, 2023SOLID 1: única responsabilidad (single responsibility)Aprende el principio de única responsabilidad (SRP) en programación orientada a objetos y cómo puede ayudarte a crear código mas flexible y fácil de mantener. [Publicado el 29 de Marzo, 2023 en rckstr1.github.io] INTRODUCCIÓN El principio de única re...DiscussSOLID principles
Matías Navarro-CarterforThe Chilean Nerdmnavarro.hashnode.net·Mar 30, 2023Interfacing is DecouplingThe Coder's Proverbs is a series where I summarize some lessons and principles I've learned over my career by using a memorable and simple saying of wisdom. I think this is one of the most incredible inventions on earth. I'm not talking about the U...Discuss·4 likes·35 readsThe Coder's ProverbsSOLID principles
Nilay BarotforNullByte Tech Journalsnullbyte.hashnode.net·Mar 30, 2023SOLID PrinciplesSolid principles provide a foundation for writing high-quality code. By adhering to these principles, developers can create code that is efficient, maintainable, clean and scalable. Rather than delving into theory, let's examine how these principles ...Discuss·3 likes·168 readsC#
Mukund Jogiformukundjogi.hashnode.net·Mar 27, 2023SOLID Principles with FlutterSOLID principles are a set of five design principles that aim to create software that is easy to maintain, extend, and modify. These principles were introduced by Robert C. Martin (also known as "Uncle Bob") and have been widely adopted in the softwa...Discuss·8 likes·149 readsFlutter
Shinmen DokkodoforBits and Bytes0101.hashnode.net·Mar 25, 2023"S" in SOLIDThe SOLID principles are a set of design principles for object-oriented programming that were introduced by Robert C. Martin in his 2000 paper, "Design Principles and Design Patterns". These principles are intended to help developers create software ...DiscussSOLIDSOLID principles