SOLID Principle = Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
A compact reference for developers with examples in C#

SOLID Principle = Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
A compact reference for developers with examples in C#
See how to iterate a composite dataset without exposing its internal logic. Its a combination of the composite and Iterator design patterns while implementing an office furniture system. It uses workstation as a composition of office chair, desk and cabinet.
Read More...
https://muwangaxyz.medium.com/composite-and-iterator-design-pattern-combination-in-typescript-9840aab74dd5
The problem with object-oriented languages is they've got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.
— Joe Armstrong, Jason Gorman
one of my favorite quotes about #OOP is that a class hierarchy isn't made to unleash your inner Linnaeus ;) - but this most certainly is: https://jillianhess.substack.com/p/carl-linnaeuss-note-taking-innovations - cute lil video about Linnaeus' note taking system. (As a german political scientist I'm course Luhmann's Zettelkasten inspired ) Cool bits of information design however - If you love Tufte's book, you'll love this :))
I have this whole object-model in my head which is basically a compromise between class-based #oop, and prototyped with differential inheritance.
You would just need to differentiate between an objects namespace and its layout, decoupling state and strutucture. 'Layout' only being created when the object is used as a prototype, and the resolution chain would go local ns->local layout if any->proto layout. Changes to the layout would have to be done explicitly to get propagated down.
The principle of data hiding in #OOP is an evil principle, for it seeks to instill a product/consumer dichotomy in the programmer's mind, and this is inherently hierarchical and #oopressive.
Object disoriented programming.
#Python #Programming #Coding #Statictics #DataAnalysis #MachineLearning #DataScience #Jokes #NeuralNetworks #AI #oop
Python Knowledge Base
https://python-code.pro/
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/
I've been using #AI to critique my #blog posts before I publish them. Among other techniques, I have it stereotype commenters on various tech sites. Tonight's example was pretty funny. #RewriteItInRust
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
Principle of Mutual Oblivion (PoMO): https://ralfwestphal.substack.com/p/principle-of-mutual-oblivion-pomo
Radical Object-Orientation looks a lot like functional programming.
Bounded Context: Problem oder Lösung?
In @ewolff zweitem Talk auf der #OOP in #München spielen Bounded Contexts eine zentrale Rolle. Dabei werden drei Bedeutungen aufgezeigt: als fachliche Geltungsbereiche, technische Module und Aufgabenbereiche von Teams. Diese vielseitigen Definitionen können jedoch auch zu Verwirrung und erhöhter Komplexität in Projekten führen.
Link zum vollständigen Beitrag: https://swaglab.rocks/bounded-context-problem-oder-loesung/
"The mix-in revolution: How an ice cream innovator in Somerville influenced Lisp pioneers at the MIT AI Lab—and made a lasting mark on programming."
https://www.technologyreview.com/2025/02/25/1111238/the-mix-in-revolution/
Object-oriented design is the roman numerals of computing.
— Rob Pike
If you really must have plain #Perl #OOP methods with the same name that differ because of their argument signatures (also somewhat analogous to C++ function overloading), you can use Class::MultiMethods: https://metacpan.org/pod/Class::Multimethods
More from @manwar (including native #RakuLang multimethods) here: https://gist.github.com/manwar/db11c8e7493d37d2d8373fd64ba871bb
#programming #coding #SoftwareDevelopment https://fosstodon.org/@manwar/114076955754327846
[Перевод] Классы проектирования против классов анализа
Статья представляет собой перевод статьи отсюда , на которую я натолкнулся в процессе изучения темы системного проектирования. В системном дизайне понимание разницы между классами проектирования (design classes) и классами анализа (analysis classes) носит ключевой характер. Классы анализа подобны детективу — они исследуют и понимают проблему. Они сфокусированы на том, что система должна делать, без погружения в то, как именно это должно быть реализовано. Эти классы помогают разработчикам понять требования к программе и ее цели. В то время как классы проектирования подобно архитектору берут результаты изысканий классов анализа и создают план, как именно система будет работать.
Trying to sell my treasured copy of the rare Derren’s Brown book, Absolute Magic. I had it signed by Derren, in person, because I knew he wouldn’t like me having that older book. I then took it to Penn and Teller and got them to sign it, because I thought it would be funny.
Derren’s didn’t like me having the book, andPenn and Teller did not think it was funny, but they signed it like good sports, all the same.
Pleas boost to see if there are any fellow travellers out there in need of rare knowledge.
#derrenbrown #pennandteller #magic #mentalism #oop #rarebook
I’ve been reading Object-Oriented Analysis & Design With Applications (3e) this week. I’m only three chapters in but I can already say… “Where have you been my whole career?!”
I have written an article on the subject of Object-Oriented Prompting https://civitai.com/articles/11616. For more control and better results.
#flux #stablediffusion #prompt #prompting #oop #guide
The object-oriented model makes it easy to build up programs by accretion. What this often means, in practice, is that it provides a structured way to write spaghetti code.
— Paul Graham