博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年4月10日

摘要: Remove unusedprivatefields and functions.Do not cast unnecessarily. Avoid duplicate casts where possible, since there is a cost associated with them.Properties that return arrays are prone to code inefficiencies. Consider using a collection or making this a method.To test for emptystrings, check ifS 阅读全文

posted @ 2011-04-10 15:59 SkyPurple 阅读(243) 评论(0) 推荐(1) 编辑