Thread: ****
View Single Post
Old Nov 27th, 2004, 6:36 AM   #2
Eggbert
Professional Programmer
 
Eggbert's Avatar
 
Join Date: Nov 2004
Posts: 250
Rep Power: 4 Eggbert is on a distinguished road
Break down the problem into tiny pieces that you know you can handle. Any system level simulation seems daunting if you try to solve the problem all at once. It would also be a good idea to enumerate all of the little steps that are required. When you have that you can more easily turn the steps into code. It may not be great code, but at least it will be a start.
Eggbert is offline   Reply With Quote