这么多年终于理解程序员为什么不喜欢写文档的原因

下面是今天在一个文章中看到,终于理解程序员为什么不喜欢写文档的原因。


理由如下:


英文:

  • If it’s not code, it can’t be run through a compiler to make sure it makes sense.
  • If it’s not code, it doesn’t get executed, so it may never be used to accomplish anything.
  • If it’s not code, it can’t have tests against it, so there’s no way to prove that it is truthful and correct.
  • Agile even de-emphasized documentation in the Manifesto: Working software over comprehensive documentation.


中文:
如果不是代码,它就无法通过编译,也无法确定它是不是有意义
如果不是代码,它就无法执行,所以可能永远无法用于完成任何事情。
如果不是代码,也就无法对它进行测试,因此也无法证明它的真实与正确
敏捷宣言中甚至都不再强调文档:可以工作的软件胜过面面俱到的文档。


当然这只是引言了,如果要看全文请通过下面这个连接。

http://www.infoq.com/articles/id-rather-be-coding-writing-things-down



这么多年终于理解程序员为什么不喜欢写文档的原因

上一篇:java struts2入门学习---异常处理和类型转换


下一篇:TVirtualStringTree的Minimal例子学习