Engineering Quote by David Robertson
““the move toward object-oriented programming, where applications could be fashioned out of small, predefined blocks of code, was a lot like building with LEGO.””
About This Quote
Source Interview: 2005, Software Development Magazine
Object‑oriented programming lets developers assemble software from reusable, well‑defined components, similar to snapping LEGO bricks together.
In simple terms: Programming can be built from modular pieces.
Use modular design for flexibility.
Themes
Mood
Type
When to use this quote
- building apps
- teaching programming
- system architecture
Key Concepts
Questions to Reflect On
- How does modularity affect maintenance?
- What are limits of LEGO‑like design?
Complex systems may need more than simple blocks.