摘要: 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 阅读全文
posted @ 2014-01-07 15:01 jack.li 阅读(164) 评论(0) 推荐(0) 编辑