next up previous contents
Next: Programming language Up: Some programming recommendations Previous: Some programming recommendations   Contents

General

We recommend to use variable names which are easy to remember. We also recommend to write ``robust'' code, because this piece of code will be used over and over again, and it will be improved bit by bit. Robust means the following for me:

Personally, I think that for simulation problems the strict observation of these two rules are by far the most important aspects of structured programming. This is independent from the particular programming language; it is also independent from the object-orientedness of the programming language although it may help.


next up previous contents
Next: Programming language Up: Some programming recommendations Previous: Some programming recommendations   Contents
2004-02-02