![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I just finished reading Damian Conway's Perl Best Practices. Which is about exactly what it sounds like, best practices when coding Perl. Or, differently put, a long list of things that can go wrong when you write Perl and how to best avoid them. It's got a lot of valuable information in it, and it's written in an unusually readable manner for a technical text. The main disadvantage I can think of is that now I want to go back and re-write a lot of old code to make it better...
Highly recommended.
Highly recommended.
(no subject)
Date: 2005-12-26 09:24 pm (UTC)(no subject)
Date: 2005-12-29 01:56 pm (UTC)Although I won't conform completely to his ideas on indentation, I've already started to use most of it.
Just the tip about perltidy has made my life easier when looking at other peoples code.