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

https://metacpan.org/pod/Perl::Tidy is your friend. Think Black from Python land but far more powerful.
> You couldn't actually do that in Python

...and people endlessly complain about it to this day.