摘要:
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 阅读(250) 评论(0) 推荐(1) 编辑