Make only Easy Changes in Software Development (First, make the change easy)

https://videos.devteams.at/w/pWB2wgi2CaMYQ32W736b1Y

Make only Easy Changes in Software Development (First, make the change easy)

PeerTube

New Blog Post!

Fizz Buzz has just enough complexity to demonstrate a principle that is usually tough to understand through toy examples: the open/closed principle.

https://kerrick.blog/tutorials/2025/fizz-buzz-object-oriented-edition/

#blog #programming #WebDev #SoftwareEngineering #Software #Design #OOP #OpenClosedPrinciple #Metaprogramming #Ruby

@[email protected] y por eso cuando estaba cerrado el señor M seguia dentro... Porque en realidad estaba abierto y cerrado a la vez, no como la caja de el gato de Schrödinger, que estaba cerrada... Y quizás voy a enlazar un hashtag que confunde un poco más y le hará gracia a alguien...

#openclosedprinciple #divagando

That moment when you inherited a pile of spaghetti code and you said you'd only refactor enough just to understand what was happening but now that you've reorganized a bit and started developing, you realize you're going to end up rewriting 75% of the app....  

#dev #webdev #developer #developerproblems #spaghetticode #cleancode #development #typescript #react #refactoring #openClosedPrinciple #solid #functionalprogramming #oop #objectorientedprograming #computers #IT #programming

🌟 Open-Closed Principle: even if the definition is easy to understand, it is not always simple to understand

👩‍💻 The Open-Closed principle is one of the SOLID principles. This principle can help you write more flexible code and improve the maintenance of your applications.

🖼️ Picture: https://unsplash.com/@madze

🧵 More info 👇

#OOP #OpenClosedPrinciple #SOLID #SoftwareEngineering #ProgrammingPrinciples #CodingTips

Kiyota Sage (@madze) | Unsplash Photo Community

See 16 of the best free to download photos, images, and wallpapers by Kiyota Sage on Unsplash.

📢 New blog post: "Open-Closed principle: Enhancing code modularity"

In my latest article, I explain the Open-Closed principle, one of the SOLID principles. Discover how this principle can help you write more flexible code and improve the maintenance of your applications. I also included a code refactoring example to illustrate my points.

Here is the link https://arnolanglade.github.io/open-close-principle.html

Feel free to share it. Feedback is welcome too!

#OOP #OpenClosedPrinciple #SOLID #SoftwareEngineering #CodingTips

Open-Closed principle: Enhancing code modularity – Arnaud Langlade - Senior software engineer, software architect, and technical coach

Unlock the potential of the Open-Closed Principle in programming. Discover how to enhance code modularity and simplify maintenance using this SOLID concept. Learn to reduce complexity and write more flexible code.

📢 New blog post: "Open-Closed principle: Enhancing code modularity"

In my latest article, I explain the Open-Closed principle, one of the SOLID principles. Discover how this principle can help you write more flexible code and improve the maintenance of your applications. I also included a code refactoring example to illustrate my points.

Here is the link https://arnolanglade.github.io/open-close-principle.html

Feel free to share it. Feedback is welcome too!

#OOP #OpenClosedPrinciple #SOLID

Open-Closed principle: Enhancing code modularity – Arnaud Langlade - Senior software engineer, software architect, and technical coach

Unlock the potential of the Open-Closed Principle in programming. Discover how to enhance code modularity and simplify maintenance using this SOLID concept. Learn to reduce complexity and write more flexible code.

1/2: I'm brainstorming about implementing the #OpenClosedPrinciple architecturally for tool configuration & output modification. Two tools I use on a daily basis (#Ruby #Rspec and #Python #Pyright) have closed-won't-accept-PRs Issues for improvements that I care about. They're both rejected for the same reason: the tool works fine for the author, and the author doesn't see enough support behind the change to merit accepting a PR for the feature.