文件名称:GC_1_140
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 195.2kb
- 下载次数:
- 0次
- 提 供 者:
- 尤**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
每天,我们都要花很多时间来读代码——其他同事的代码、MSDN或者网上搜来的代码片断、开源项目的代码,等等。可以说,一个程序员的开发生涯里,有一大半的时间是在阅读别人的代码中度过。所以,代码的可读性至关重要。
且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。
怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。
-day, we must spend a lot of time reading code -- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or
且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。
怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。
-day, we must spend a lot of time reading code -- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 73462696gc_1_140.zip 列表 GC/ GC/GC.exe GC/GC.txt GC/history.txt GC/Make/ GC/Make/gc.cfg GC/Make/GC.DSP GC/Make/GC.dsw GC/Make/GC.sln GC/Make/GC.txt GC/Make/GC.vcproj GC/Make/GC.vcproj.vspscc GC/Make/GC.vssscc GC/Make/mssccprj.scc GC/Make/vssver.scc GC/Sources/ GC/Sources/config.c GC/Sources/config.h GC/Sources/debug.c GC/Sources/debug.h GC/Sources/error.c GC/Sources/error.h GC/Sources/grammar.c GC/Sources/grammar.h GC/Sources/grammar_decl.c GC/Sources/grammar_pp.c GC/Sources/in.c GC/Sources/in.h GC/Sources/indent.c GC/Sources/indent.h GC/Sources/indent_cmt.c GC/Sources/indent_eol.c GC/Sources/indent_pp.c GC/Sources/indent_spaces.c GC/Sources/indent_special.c GC/Sources/lexi.c GC/Sources/lexi.h GC/Sources/main.c GC/Sources/out.c GC/Sources/out.h GC/Sources/test.c GC/Sources/tools.c GC/Sources/tools.h GC/Sources/tools_cmt.c GC/Sources/vssver.scc GC/vssver.scc