First page Back Continue Last page Overview Graphics
Optimizing & Profiling (continued)
Keep Code Readable
- Don't try to optimize code during initial development
- Why save a few milleseconds when their may be places with delays of several seconds?
- Keeping code readable gets code done faster with fewer errors
- Easier to Debug
Notes: