How do you program???
Do you think of an idea or concept, then jump straight in and see if you can get it working?
Or do you like to maybe plan out the flow of the program/game before you start with the actual code?
Or another way??
I always find myself especially when making games, getting carried away and jumping straight into the code to get a working prototype!!
Then my code seems to get messier from there
So more recently I've started making simple flow charts, with the flow of how I want my programs to go... then its easy to see what functions to create and where to use them
I used it in my programming classes last year, but then until I started writing more complex programs and games, didn't really see the benefit!!!
Anyone else got any tips or ideas to share with anyone, wanting to program most efficiently??