Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Greatest programming mistakes and what to learn from

by fraktalisman (Hermit)
on Dec 22, 2004 at 22:48 UTC ( [id://416940]=note: print w/replies, xml ) Need Help??


in reply to Greatest programming mistakes and what to learn from

The most annoying error is that I keep forgetting useful information (like using split with -1 when needed).
What to do?
  • Often when I don't recall the precise solution to a problem, I do recall there was something tricky about it, and where or how I found the appropriate documentation (perldoc can be confusing) / pm article.
  • I keep notes (on paper!) about my projects.
  • I keep code examples that I used successfully, sort of a personal tips and tricks library.
  • I also trained my brain to remember things better, e.g. using keywords or even jokes about problems and their solutions. You might find me filing through backup cd's muttering "I know we solved it in 2002 for customer xyz". It works.
There must be other serious mistakes I did, but that was the first that came into my mind ...

  • Comment on Re: Greatest programming mistakes and what to learn from

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://416940]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found