Wait, Valuable Tips will come! == String concatenation == * use string concatenation carefully to avoid performance problems == Enumeration/Iterator == * Iterator is fail-safe. Use Enumeration when needed. == Refactor and Re-architect == * smell the codes which request refactor * refactor always! prepare re-architect always! but, do not re-architect frequently!