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.
同样,这个特性可以显著减少类定义的长度,并使您的应用程序代码更容易维护和读取。
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.
这样的代码更易于阅读、维护,而且我要说,甚至要鼓励您添加错误处理机制,它通常都能带来好处。
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.
在对应的代码发生变化时,这种方式可以更容易地维护元数据。
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.
养成良好的编程习惯能够提高设计质量(比如模块化),从而使代码更加容易理解,因此维护就更加容易,同时也降低维护成本。
Simple, understandable code is easier to debug, improve, and maintain than complex, heavily optimized code.
与复杂的、经过大量优化的代码相比,易于理解的简单代码更加易于调试、优化和维护。
This approach offers you the opportunity to define relationships outside of the code, which makes it easier to modify and maintain.
这种方法为您提供了在代码外定义关系的机会,这样会使修改和维护更加容易。
However, it often is useful to break up a more complicated query into multiple queries because the resulting code is more modular and easier to maintain.
但是,将一个比较复杂的查询分解成多个查询通常很有好处,因为这样产生的代码更加模块化,更易于维护。
Simplicity is a vague term. I choose to define it in terms of complexity-the less complex a piece of code is, the easier it is to maintain, explain, optimize and test.
简单是一个比较含混的概念,我的意思是在复杂度方面——代码的复杂度越低,其维护、说明、优化及测试就越容易。
In many cases you can write the transformational code in a fraction of the time that it would take to manipulate the data store, and that code is more robust and easier to maintain.
在许多情况下,您可以在操作数据存储区所需的很短时间内编写转换代码,并且该代码更稳定、更易于维护。
By organizing your system into layers that describe distinct roles and functions, a layer diagram can help make it easier for you to understand, reuse, and maintain your code.
借由将系统组织成描述不同角色和功能的图层,图层图表有助于您更轻松地了解、重复使用和维护程序码。
You can greatly improve the readability of your code and make it easier to maintain by using constants.
您可以使用常数大大地提高程序码的可读性,并使它易于维护。
Early-bound objects are significantly faster than late-bound objects and make your code easier to read and maintain by stating exactly what kind of objects are being used.
早期系结物件明显比晚期系结物件快速,而且会借由确切说明正在使用哪些物件来使您的程序码更容易读取与维护。
By separating your code, it will be easier to maintain, you'll be able to reuse more code, better efficiency etc.
分开你的代码,它会更容易维护,你就可以重用代码,提高效率等。
By separating your code, it will be easier to maintain, you'll be able to reuse more code, better efficiency etc.
分开你的代码,它会更容易维护,你就可以重用代码,提高效率等。
应用推荐