??? 04/06/11 12:22 Read: times |
#181739 - too busy to think ? Responding to: ???'s previous message |
Do you really think ....
too busy to think ? "I write all comments at the code, but must work to continue writing code" Erik editorializing: I think we all have had periods (hopefully early in our careers) when we were too busy to think. I do believe that with experience comes the realization that thinking is more important than writing code. A well thought out (before writing) piece of code will take much less time (thinking + writing + debugging + testing) than code "written on the fly" that usually will get you in a quagmire of debugging. Now, of course, you can always throw some code together (without worrying about things like indenting and commenting) and post it here with a subject "what is wrong with this code", that, however, has not shown to be a very good approach. |