First page Back Continue Last page Overview Graphics
Tip: Focus on The Typical Case
Don't play the throw-catch game ... favour unchecked exceptions (Java).
Use assertions instead of comments and if...then exceptions.
Use guard clauses to divert exceptional cases.
Notes: