- www.mycodingclasses.com
Make sure what the user types makes sense before using it.
- www.mycodingclasses.com
Good commenting helps other people understand your code.
- www.mycodingclasses.com
Exceptions let your code keep running even when something goes wrong.
- www.mycodingclasses.com
White space helps make your code clean and easy to read.
- www.mycodingclasses.com
Catch helps your program react when something bad happens.
- www.mycodingclasses.com
Passing parameters helps functions know what to work with.
- www.mycodingclasses.com
The finally block cleans up after try/catch.
