摘要: 1. Naming Conventions and Style 命名规范和代码风格 1. Use Pascal casing for type and method names and constants: 类型、方法和常量命名用Pascal风格,即首字母大写 public class SomeClass { const int DefaultSize = 100; public voi... 阅读全文
posted @ 2009-09-15 17:20 流泉飞石 阅读(1569) 评论(0) 推荐(0)