Not IT, but I do have to code quite a lot...
Comment the code, so I remember what it does next week...
Write a good header with usage examples and, if the language allows it, use automatic documentation style!
Use decent variable names, not just initials. Use decent function names, not just initials... damn people who coded in Fortran and used variables called frrm = frrx - frry / 2
Comment the code, so I remember what it does next week...
Write a good header with usage examples and, if the language allows it, use automatic documentation style!

Use decent variable names, not just initials. Use decent function names, not just initials... damn people who coded in Fortran and used variables called frrm = frrx - frry / 2
