Y
Hacker News
new
|
ask
|
show
|
jobs
by
collyw
1512 days ago
I have had colleagues (in academia) asking me to correct their unindented (or very badly indented code) in Perl. You couldn't actually do that ion Python.
2 comments
Ultimatt
1498 days ago
https://metacpan.org/pod/Perl::Tidy
is your friend. Think Black from Python land but far more powerful.
link
leadingthenet
1512 days ago
> You couldn't actually do that in Python
...and people endlessly complain about it to this day.
link