Just like an athlete stretches before practice, i usually stretch my brain out and ease into the programming. My coding ritual is to go over all the code written the day before and make sure it is properly commented and formatted. When i am in the zone i tend to forget about commenting my code and so i often have block after block of uncommented code. Its terrible, if I wait till the end f the project to insert the comments i usually do a terrible job. I have also found that by commenting the day after i find the methods that i am not using because i found a better way.[
Read More]