??? 06/23/06 12:03 Read: times |
#118939 - Before (re)writing Responding to: ???'s previous message |
Peter Dannegger said:
You should rewrite it ... Before writing anything, you should always have a Design. This should include a clear, complete description of the required behaviour. You should also have a Flowchart, or some other representation of how you intend to implement your design. This is especially true of assembler, where it is very easy to get lost in all the detail of the code - you "can't see the wood for the trees" Only then should you actually start writing code... |