Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://architectural-patterns.net/open-closed-principle — found via User
Open-Closed Principle | Architectural Patterns
Open-Closed Principle The principle basically tells us to use polymorphism as it was intended. Selection is a term from structured programming that involv…
-
http://stackoverflow.com/a/658008 — found via Mwmbl
Open-closed principle and Java "final" modifier - Stack Overflow
The open-closed principle states that "Software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification". …
-
http://programmers.stackexchange.com/a/240855 — found via Mwmbl
design - How to adhere to the open-closed principle in practice …
I understand the intent of the open-closed principle. It's meant to reduce the risk of breaking something that already works while modifying it, by telli…
-
https://medium.com/hackernoon/the-open-closed-principle-c3dc45419784 — found via Mwmbl
The Open-Closed Principle. and what hides behind it | by Vadim S…
Bertrand Meyer, 1988 A class is closed, since it may be compiled, stored in a library, baselined, and used by client classes. But it is also open, since …
-
https://makis.dev/open-closed/ — found via Mwmbl
Open-Closed Principle | Makis Otman
Open-Closed Principle Today after lunch we were given a short talk by Daniel, a fellow apprentice, on the Open-Closed Principle, otherwise known as the ‘…
-
https://hackernoon.com/the-open-closed-principle-c3dc45419784?ref=hackernoon.com — found via Mwmbl
The Open-Closed Principle | HackerNoon
The Open-Closed Principle Too Long; Didn't Read This is a second post (check the Single-responsibility principle <a href="https://medium.com/@wrong.about…
-
https://thevaluable.dev/page/5/ — found via Mwmbl
The Valuable Dev
The Open-Closed Principle was born when inheritance was seen as the solution for too many problems. Robert Martin reinterpretation of it doesn't really ma…
-
http://deviq.com/principles/open-closed-principle — found via Mwmbl
Open-Closed Principle | DevIQ
DevIQ Open-Closed Principle Open-Closed Principle The Open-Closed Principle (OCP) states that software entities (classes, modules, methods, etc.) should …
-
https://freecodecamp.org/news/open-closed-principle/ — found via Mwmbl
Open-Closed Principle – The Software Development Concept Explain…
Open-Closed Principle – The Software Development Concept Explained in Plain English There are many articles about the Open-Closed Principle, but I can ne…
-
https://www.coursera.org/projects/solid-programming-open-closed-principle-unity — found via Mwmbl
SOLID Programming: Open-Closed Principle in Unity
Learn, practice, and apply job-ready skills in less than 2 hours About this Guided Project Programming of any kind, including in game-development, can ge…
-
https://cekrem.github.io/posts/open-closed-principle-in-react — found via Mwmbl
Open-Closed Principle in React: Building Extensible Components ·…
The Open-Closed Principle might seem abstract, but in React it translates to practical patterns that make our components more maintainable and flexible. C…
-
https://howtodoinjava.com/best-practices/open-closed-principle/ — found via Mwmbl
Open-Closed Principle - 'O' in SOLID Principles
Open-Closed Principle – ‘O’ in SOLID Principles The Open/closed principle (OCP) states that a module should be open to extension but closed for modificat…
-
https://wpscholar.com/blog/wp-open-closed-principle/ — found via Mwmbl
WordPress and the Open-Closed Principle
WordPress and the Open-Closed Principle Oftentimes we think of the SOLID principles of object-oriented programming as just that: object-oriented programm…
-
https://dev.to/cnavya/solid-principles-29c9 — found via Mwmbl
SOLID PRINCIPLES - DEV Community
2. Open-Closed Principle (OCP) In the open/closed principle classes should be open for extension, but closed for modification. Essentially meaning that c…
-
http://principles-wiki.net/principles:open-closed_principle — found via Mwmbl
Open-Closed Principle (OCP) [Principles Wiki]
Origin Evidence Relations to Other Principles Generalizations Encapsulate the Concept that Varies (ECV): The OCP demands encapsulating abstract concepts …
-
https://embeddedartistry.com/fieldmanual-terms/open-closed-principle/ — found via Mwmbl
Open-Closed Principle - Embedded Artistry
The Open-Closed Principle (OCP) says that you want to design your software so that if you add new features or some new functionality, you only add new co…
-
https://www.c-sharpcorner.com/article/open-closed-principle-ocp-in-net-6-core/ — found via Mwmbl
Open-Closed Principle (OCP) in .NET 6 Core
Open-Closed Principle (OCP) in .NET 6 Core As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the…