never put off till tomorrow what you can do today
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
摘要:
Reading Notes:1、You must handle every Exception in your code in some principled way.(if you are confident that actually ignoring the exception is appropriate then you may ignore it, but you must also comment why with a good reason)2、Don't Catch Generic Exception.3、we don't use finalizers.(th 阅读全文