编程语录

“Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code.” 
有的时候宁愿付钱让你周一在床上待着,也不想让你用这周剩下的时间去调试你在周一所写的代码。 
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
用代码行数来衡量程序的开发进度,就好比用重量来衡量飞机的制造进度。
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. 
软件开发的时间通常是这样的:一开始的90%开发工作用掉了整个计划90%的时间,剩下的10%同样需要整个计划90%的时间,而最终发布前的修改也是如此。

转载于:https://my.oschina.net/dminter/blog/205073

猜你喜欢

转载自blog.csdn.net/weixin_34233856/article/details/91888811