[)roi(]
Executive Member
- Joined
- Apr 15, 2005
- Messages
- 6,282
FYI Some general best practice:
- Make it work + create unit tests.
- Make it right (Refactor; adopt a style, code is readable, clear naming convention and remove duplication). Repeat step 1 & 2 until it works
- Use a profiler to find performance bottlenecks (only do this at the end, no premature optimization).
Last edited: