Here I put links to all the amazing things I’ve read.
Contents #
- Programming
- Ruby
Programming #
All about programming.
Python #
- https://blog.glyph.im/2025/04/stop-writing-init-methods.html an article about the by far cleanest method to do Python OOP I’ve seen so far
Ruby #
- https://morningcoffee.io/interfaces-in-ruby.html excellent article about using unit tests to enforce expected behaviors instead of interfaces-as-a-language-feature (think Java interfaces etc)