|
|
|
|
|
by BeetleB
3530 days ago
|
|
>That joke's not true at all, if you write your code well. It comes from many people writing really bad code and sharing it widely through cgi script archives. Here's the thing. If I read Perl code written by someone new to Perl, it's hard to read. If I read Python code written by someone new to Python, it's easy to read. You can write good code in almost any language, so yes, of course you can write readable code in Perl (and I expect experienced Perl programmers write readable code). With Python, everyone writes readable code (albeit some people write more readable than others). Actually, Python is one of the few languages I've come across where the beginner's code is usually easier to read than an experts (who are more likely to use more obscure features of the language). |
|