mine1.是否时刻让自己编写的代码变的漂亮,无论从变量声明,代码排版,代码逻辑以及程序结构上使得自己编写的代码变的更加漂亮?
Yes, follow GNU coding standard
2.你编写的代码是否散布在你的硬盘每一个角落还是有良好的文件夹组织?
Quite organized for the projects I have done
3.时刻在寻找一些工具和技巧使得自己的编码工作变的更加轻松吗?
no, I dont use VC
4.时刻在刻意的缩短自己的代码行数,优化自己的代码吗?
Of coz, before writing code, normally will estimate how many lines are needed, and try to reduce the number of lines as much as possible
5.知道自己每天能写多少行代码吗?
not sure
6.有同样喜欢编程的好朋友吗?
yes
7.解决一个大的问题的时候,是否想告诉很多人?
a few who are interested in programming
8.是否会好奇其他的同事或者朋友怎么解决他们的难题?
yes, people will solve program from different perspectives if it is a really good and difficult problem
9.总是想去探究别人的程序是怎么编写的!
en, but it is painful to read other's code, especially, for those people who like to write a lot of small and simple functions, (more...)
GNU coding standard......
"First off, I'd suggest printing out a copy of the GNU coding standards, and not read it. Burn them, it's a great symbolic gesture." -- Linus Torvalds