Behavior Quote by Erik Naggum
“It's not that Perl programmers are idiots, it's that the language rewards idiotic behavior in a way that no other language or tool has ever done.”
About This Quote
The quote criticizes Perl for encouraging poor coding practices, implying the language itself leads programmers to write bad code.
In simple terms: Perl makes bad coding easy and
Avoid languages that reward bad habits.
Themes
Mood
Type
When to use this quote
- code reviews
- language selection
- team standards
- refactoring
Key Concepts
Questions to Reflect On
- What language features cause bad habits?
- How can you mitigate language pitfalls?
Perl also supports elegant solutions when used carefully.