|
|
|
|
|
by kzrdude
4497 days ago
|
|
The coding style is archaic in every way possible. Most things seem to be coded "in-line" instead of being compartmentalized. This coding style shouldn't be used past a few thousand lines of code, no wonder it is hard to improve upon it. In a way, it's like a direct application of the style in /The C Programming Language/. |
|