QuoteWhat are the bad habits with programming? Maybe we can offer more specific suggestions. There are many
programmers on this site with years of experience.
I guess I was a bit vague. I'll try and give a better idea now.
Overall I tend to take shortcuts. I tend to be lazy at times. My worst problem is my persistence. I will sit stubbornly on a programming problem for eons. I know that it isn't good to just focus on one thing for a huge amount of time. It is very unproductive.
Another problem is that I don't comment my programs well enough. Furthermore my comments are not descriptive enough.
In addition to those problems, I will sometimes throw in magic numbers. I have trouble giving good names for files and classes (in c/c++.) Sometimes I'll forget to use the const keyword when it is needed. Finally I overuse global variables.
In art I have a tendency to do things the same way. I'm trying to break out of that mold by looking around on art sites to see how I can continue to evolve. I don't want to keep using the same formula over and over.
You all have offered me some encouragement. Ultimately this is a problem only I can solve.