Quote:
|
Originally Posted by Order
When developing, paper and a pencil, as archiac as it seems is the most useful tool a programmer can have.. I have literally notebooks full of programming notes on things I code or plan to code on.
|
This is very true, for beginners and advanced coders alike. Another thing that seems to help me out a lot, is make the interface first (after you have drawn everything out on paper first) with html/css or even a grahpical user interface (gui) made from photoshop or paint shop pro. This way, all you have left to do is slap in your code. I personally think it's better to make it in html/css before you move on to a gui, that way it's easier to change things and make arrangements.
I hope this helps!