首页 > 其他 > 详细

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

时间:2014-01-27 08:44:50      阅读:392      评论:0      收藏:0      [点我收藏+]

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


理由如下:


英文:

  • 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



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

原文:http://blog.csdn.net/itlionwoo/article/details/18804237

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!