#openclosedprinciple — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #openclosedprinciple, aggregated by home.social.
-
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
-
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.