chaoticset (email not shown publicly)
http://chaoticset.perlmonk.org/AOL IM: chaoticset23 (
Add Buddy, Send Message)
Yahoo! ID: illuminatus_foil (
Add User, Send Message)
JAPH. (That's right -- I'm not Really Inexperienced any more.)
I'm not just here, I'm
here [perlmonks.org], and
here [javajunkies.org] too, I ramble randomly in my
philosophical blog [blogspot.com] and my
other blog [blogspot.com]. Soon I'll come in a convenient six-pack.
Dirty Little Secrets in Software (Score:1)
One of the dirty little secrets of software that nobody talks about is that very few programmers can actually read code. If you want to be a better programmer, cultivating that ability will serve you well.
Re:Dirty Little Secrets in Software (Score:1)
Now, I'm told that PerlTidy would go a long way towards fixing something like this. But, besides PerlTidy, are there any tools/techniques you'd recommend for that sort of thi
------------------------------
You are what you think.
Re:Dirty Little Secrets in Software (Score:1)
It's not cheating, so if it makes your life easier, do it. It's also worth learning how to read past bad indentation and style, though it takes up so much of my brainpower I can't do it near the end of the day. Start with perltidy, find a style you like, then apply it to the code. After that, don't touch the code. Just read it.
If you're not sure what something does, write a small program that does only that thing and see what it does. Try changing bits and pieces. It's very experimental and it worke