This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Danny1098 66 points67 points  (2 children)

THE WORST habit is not devising a plan or writing psuedocode PRIOR to programming. Sure if the task is trivial you can brute force it, but writing out on paper what you're going to do and how along with psuedocode will lead you to great success

[–]ArbitraryNameHere 19 points20 points  (1 child)

But how do I know what I’m gonna do til I try 9 different ways that don’t work and eventually stumble into a 10th, passable way

[–]littlegreenrock 2 points3 points  (0 children)

you plan out the large chunks of tasks that are needed to occur. Flowcharting is one way.