I\'ve been a professional software engineer for about a year now, having graduated with a CS degree. I\'ve known about assertions for a while in C++ and C, but had no idea t
Use asserts to check developer assumptions and exceptions to check environmental assumptions.