Search This Blog

Monday, May 16, 2011

ExceptionalC++ Fun: 18, 19. Code Complexity

Things to remember:
  • be exception aware: it's possible to find more than 10 exception thrown inside a 3 line function
  • understand the execution path, strike for strong-exception code: no memory leak, no side effect.

No comments: