ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

1.2 Simple Code!(翻译)

2021-10-15 09:35:52  阅读:202  来源: 互联网

标签:term Code 1.2 Simple maintain will simple code rules


Simple Code! 简洁编码
Playing football is very simple, but playing simple football is the hardest thing there is. — Johan Cruyff
踢足球非常简单,但踢简单的足球最难的事情。— Johan Cruyff
If we take this famous quote for programming, we can say;
如果我们把这句名言用于编程,我们也可以说:
Writing code is very simple, but writing simple code is the hardest thing there is. — ???
写代码非常简单,但是写简单代码最难的事情。— ???
In this document, we will introduce simple rules, those are easy to implement.
在本书中,我们将会介绍简单规则,且这些规则很容易实现
Once your application grows, it will be hard to follow these rules. Sometimes you find breaking rules will save you time in
a short term. However, the saved time in the short term will bring much more time loss in the middle and long term. Your
code base becomes complicated and hard to maintain. Most of the business applications are re-written just because you can't maintain it anymore.
一旦你的应用程序增长起来,你很难遵循这些规则。有时你会发现破坏规则在短期内会为你节省时间。然而,短期内节省的时间将会在中期和长期带来更多的时间损失。你的代码库变得复杂且难以维护。大多数商业应用程序被重新编写,只是因为你无法再维护它。
If you follow the rules and best practices, your code base will be simpler and easier to maintain. Your application reacts to changes faster.
如果你遵循这些规则和最佳实践,你的代码库将更简单且更容易维护。你的应用程序也能更快的应对变化

标签:term,Code,1.2,Simple,maintain,will,simple,code,rules
来源: https://www.cnblogs.com/tjubuntu/p/15409608.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有