2.19.2009

Critical Note To Self

When translating from pseudo-code to actual code, don't forget to add in the "break;" statements at the end of switch/case code blocks that you left out of the pseudo-code because their presence was "obvious." Doing this can cause unexpected behavior in your code.

1 comment:

Unknown said...

Hee hee :P