Re: Document A Project

new topic     » goto parent     » topic index » view thread      » older message » newer message

Andy wrote:
> 
> Perhaps I was not clear on what I said. If you were writing down code on paper
> how would you write it down?
> 


i use the outline format to help prioritize the variables and routines.
try to use few global variables.
have routines pass arguments to each other often.
routines should do only one thing , not too many things at once(easier said
thandone).

if the routines are general enough for other apps , put them into their own
library that can then be included in other apps.
collect routines that are app specific into their own lib. then you don't
have to see the main code when updating the app.

hope this helps
rudy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu