Hacker News new | ask | show | jobs
by mfontani 2513 days ago
All the "big" Perl codebases I've worked with were as readable as I'd have expected any "big" codebase to be, if not better. What was your experience like?
1 comments

25k lines of spaghetti garbage - all in one file.
Sorry you had to deal with that. Do you think it would have been easier to deal with 25k lines of spaghetti garbage in a file named .py?
I think it actually probably would have been - not an ideal way to write code, but Python is certainly easier to read than your average Perl.
I don't find it so. I do both Perl and Python at work: the Perl code is almost always clearer to read IMHO. I know some people find curly brackets and sigils distracting, but to me they make code less ambiguous.