Variable Names
Variable names are all lowercase, with underscores between words. Class member variables have trailing underscores. For instance:my_exciting_local_variable
,
my_exciting_member_variable_
.
发布: 2008-7-07 12:32 | 作者: Google | 来源: 领测软件测试网采编 | 查看: 229次 | 进入软件测试论坛讨论
my_exciting_local_variable
,
my_exciting_member_variable_
.