Posted by Jim Michaels on 02/17/06 02:40
"Full Decent" <fulldecent@gmail.com> wrote in message
news:1137084420.941137.172150@z14g2000cwz.googlegroups.com...
> This is a design question about moving existing code into a modular
> design. My design is wrong and is causing me headaches. Please take a
> look:
>
> http://pastebin.com/502560
>
> Thanks again,
> Will
>
I only saw a form there. no code to work from. so I'll have to guess from
nothing.
try moving whatever you can into functions and maybe a switch statement to
handle it all. if the functions are big, break them down into page sized
bites.
if you want to go the object route, have fun, but it will be a lot more
work.
[Back to original message]
|