Thread: A simple Q
View Single Post
Old 10-29-2004, 03:00 AM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Games are loops. Yes. In old days, there were many decision taking branch statements. But often algorithms can be expressed in terms of a mathematical formula, reducing code, increasing speed, but reducing readability.

These days, program languages have some type(s) of abstractions and decoupling. Often reducing entities to so- called stand-alone units. Code from strangers is always hard to read, but with OO for example one could concentrate on a single unit of work. That should make it easier.
__________________
Valmont is offline   Reply With Quote