in reply to Code Efficiency: Trial and Error?
The main criteria is consistency. If you are consistent in your style, you can go back to your own code and immediately grok what's going on. Consistency also helps other people reading you code.
The question wasn't 'correct vs. bad' coding. If you are consistently writing bad code, then you need to change :) But if the choice is between 'good' and 'also good' consistency wins.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Code Efficiency: Trial and Error?
by Sihal (Pilgrim) on Oct 11, 2002 at 21:09 UTC | |
by CukiMnstr (Deacon) on Oct 11, 2002 at 22:48 UTC |