郁金香编程俱乐部

It's a bundle of crazy programmers, we discuss topics like data structure, algorithm, STL, AI,
Graph Theory, C++, Java, anything you can think of while programming...    
The club was founded in the year 2005, Ningbo, China.
posts - 3, comments - 1, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理
re: UVA_Pro_109 TPC2005 2006-12-07 18:18
下定决心把不良的编程习惯给改了,用上了长变量名,
不过为什么还有效率低下的感觉,不习惯。
以前写程序,就那么几个变量,abcd随便定义,心里清楚代表什么,
现在老长的变量名,反而需要反映半天才明白代表什么,,,,
而且,总觉得变量名加长,分模块,程序跑起来会慢。。。。
程序可读性增加,同时也要牺牲效率的吧。^_^