Broken Quote by Larry Wall
“And in the limiting case where the optimizer is completely broken because it's not implemented yet, we get to work around that too. Optionally...”
About This Quote
Source Talk: Perl Conference, 1995
When a tool lacks implementation, developers must devise alternative solutions or workarounds.
In simple terms: If something isn’t built, find a workaround.
Create pragmatic fixes for missing features.
Themes
Mood
Type
When to use this quote
- coding
- system design
- debugging
- project planning
Key Concepts
Questions to Reflect On
- What are the trade‑offs of a workaround?
- How can you plan for proper implementation later?
Workarounds can add technical debt if not managed.