4d ago · 8 min read · Every JavaScript developer eventually reaches a point where objects start appearing everywhere in their codebase. At first, it feels simple. You create objects manually, store values inside them, and
Join discussion
May 7 · 4 min read · After learning the core ideas and fundamentals of Object-Oriented Programming, I decided to build working systems based on it to gain a more practical understanding. As a developer in progress, I real
Join discussion
May 2 · 3 min read · As a CS student, there's a big difference between understanding OOP in theory and actually using it to build something real. This project was my attempt to cross that gap. In this post I'll walk you t
Join discussion
Apr 19 · 2 min read · Five rules for maintainable code Day 115 of 149 👉 Full deep-dive with code examples The LEGO Blocks Analogy Good LEGO pieces: Do one thing well (a wheel is just a wheel) Can be extended without breaking Are interchangeable (any wheel fits any axle...
Join discussion