Typically, partitioning a system into modules helps minimise coupling, which should lead to easier to maintain code.
通常,把系统划分外多个模块有助于将耦合减至最低,让代码维护更加简单。
Smaller, more concise build files are much easier to maintain and understand; in fact, this pattern happens to hold true for code as well.
更小、更简洁的构建文件维护和理解起来要容易得多。实际上,这种模式对于代码而言同样适用。
For example, wouldn't it be nice to have an easier way to deploy and maintain common code that is used by multiple EARs?
例如,如果有一种更简单的方法来部署和维护多个EAR使用的公共代码,难道这不是很好吗?
It's also much easier to maintain your documentation if it's embedded directly in the code to help keep everything in sync.
如果文档直接嵌入在代码中,就非常容易维护文档,有助于保持代码与文档同步。
This feature can, again, significantly reduce the length of your class definitions and make your application code simpler to maintain and easier to read.
同样,这个特性可以显著减少类定义的长度,并使您的应用程序代码更容易维护和读取。
The smaller a code base, the easier it is to understand and maintain.
代码基越小,它就越容易被理解和维护。
This makes easier to maintain the code base and drop things that will not longer be supported, like the Dojo plugin for example.
这种做法便于维护代码库和放弃不再支持的功能,如Dojo插件。
The code is easier to read, easier to maintain, and (I would say) even encourages you to add error handling, which is always a benefit.
这样的代码更易于阅读、维护,而且我要说,甚至要鼓励您添加错误处理机制,它通常都能带来好处。
Because the code is modular, it is easier to write and maintain.
由于代码是模块化的,因此更容易编写和维护。
Not only does this save you from repeating the same code over and over, but it also makes your application much easier to maintain.
这不仅使您避免了一遍又一遍的重复编写相同的代码,也使您的应用程序更易于维护。
The code generation model was added to make the bytecode generation more modular and easier to maintain.
添加代码生成模型是为了让字节码生成更加模块化、更容易维护。
This approach makes it easier to maintain the metadata as the corresponding code changes.
在对应的代码发生变化时,这种方式可以更容易地维护元数据。
This makes the code more readable and easier to maintain.
这使得代码可读性更强,并且更加维护。
The goal of these translations is better abstraction and code that is easier to understand and maintain.
这些转换的目标是使抽象更好,代码更易于理解和维护。
Most of us would, however, find it far easier to maintain something we'd written than to maintain someone else's code.
但是,我们中的多数人都会发现,维护自己编写的代码要比维护其他人编写的代码容易得多。
The latest version of the language contains many new instructions and functions that can greatly simplify many tasks-shorter and straightforward code is always easier to maintain.
这是该语言的最新版本,其中包含有大量新指令和新函数,可以有效地简化众多任务—更加简短更加直观的代码通常更容易维护。
Remember: If you're using PHP V5 or later, you can incorporate object-oriented concepts to make your code easier to read and maintain.
记住:若使用的是PHPV 5或更新的版本,就可以融入面向对象的概念以使代码更易于读懂和维护。
Maintaining your code structure in such a way that reduces repetition, is better organized, and is easier to read and maintain.
以能够减少重复、更具组织性、更易于读取和维护的方式维护您的代码结构。
This will help better organize your code and make it easier to maintain for anyone else trying to figure it out.
这将有助于您更好地组织代码,使试图了解代码的其他人更容易维护代码。
Tested code is easier to refactor, maintain, and enhance than code without corresponding test cases.
与没有相应测试案例的代码相比,经过测试的代码更容易重构、维护和增强。
You created a preconfigured class that saves time and valuable lines of code that can lead to more efficient applications that are easier to maintain.
您创建了一个预配置类,可以节省时间和宝贵的代码行,使应用程序更为高效、更易维护。
Establishing good coding habits will enhance design factors like modularity, and your code will be easier to understand and, thus, easier and cheaper to maintain.
养成良好的编程习惯能够提高设计质量(比如模块化),从而使代码更加容易理解,因此维护就更加容易,同时也降低维护成本。
Those small sections of code also become easier to maintain.
这些小的代码段也更容易维护。
This makes your code a lot easier to maintain.
这使代码维护的难度大大降低。
A benefit of refactoring is that the code is probably easier for programmers to maintain.
重构的优点是程序员可以更轻松地维护代码。
A clean code would be easier to maintain and enhance.
清晰的代码更易于维护和改善。
Simple, understandable code is easier to debug, improve, and maintain than complex, heavily optimized code.
与复杂的、经过大量优化的代码相比,易于理解的简单代码更加易于调试、优化和维护。
Remove unnecessary assignments in order to make the code easier to understand and maintain.
为了是代码更加容易理解,并且要能够继续执行,移掉不需要的定义。
Remove unnecessary assignments in order to make the code easier to understand and maintain.
为了是代码更加容易理解,并且要能够继续执行,移掉不需要的定义。
应用推荐