Saturday, March 1, 2014

Notes on Programming Practices and Habits

1 Logging
Logging is important, so we can know what happened when some thing goes wrong.
Know what may goes wrong, know what should be logged.
What to logging in error level, in debug level.

NPE: Check whether variable is initialized.

Make Build faster, test easier.
Remote debug

No comments:

Post a Comment