I learned to write, clear, maintainable code the hard way. 我学习编写、改善和维护代码的过程是很艰苦的。
We explained the various options and our recommendation for achieving a robust, maintainable and flexible setup. 我们解释了为实现一个健壮、可维护和灵活的设置而提供的各种选项和建议。
That's the most efficient approach, and will get you to a maintainable, valid site quickly. 这是最有效的方法,可以让您快速获得可维护的有效站点。
Good application design and coding practices are the cornerstones of high-performance, maintainable applications. 优秀的应用程序设计和编码实践是实现高性能、可维护的应用程序的基础。
This repository structure gives a more standardized and easily maintainable structure to Geronimo applications. 这样的存储库结构使得Geronimo应用程序的结构更加标准化,更加易于维护。
The result is a more robust and maintainable product delivered predictably with a higher probability of economic success. 结果是一个更为健壮和可维护的产品的按期发行,于是产品在经济上成功的可能性也就更大了。
Make the software maintainable. 保证软件是可维护的。
White space helps make files more readable and more maintainable. 空白内容使文件易于阅读和维护。
It has a well-designed extensibility mechanism, and its declarative processing model allows for maintainable and reusable code. 这种语言具有一种经过良好设计的可扩展机制,并且其声明式处理模型支持可维护和可重用代码。
The best practices we present here can lead to a more consistent, reusable, and maintainable domain model. 这里提供的最佳实践有助于产生更加一致、可重用且可维护的领域模型。
Clearly, this isn't a maintainable solution; however, fixing this smell is simple. 显然,这不是可维护的解决方案。然而,要除掉这股气味其实很简单。
On the one hand, objects are a great way to encapsulate data and logic and create a more maintainable system. 一方面,对象是封装数据和逻辑并创建更容易维护的系统的重大方式。
It enhances our ability to express the separation of concerns necessary for a well-designed, maintainable software system. 它提高了我们对于一个设计良好的、可维护的软件系统所需的、关注点分离的表达能力。
It is always very difficult to improve the maintainability of a codebase which was not written to be maintainable. 提升并没有以维护性写成的代码库的维护性总是十分困难的。
Using design patterns in your PHP code is one way to make your code more readable and maintainable. 在PHP代码中使用设计模式可以使代码更容易阅读、更易维护。
A more flexible and maintainable system built with patterns is therefore a critical element for a successful SOA. 因此利用模式建立一个更灵活和可维持的系统成为SOA成功的关键因素。
Not only does this make the documentation more maintainable, you can improve the traceability as well. 这不但令文档更加可维护,而且您也可以提高追溯性。
For more information about writing more maintainable PHP by using object-oriented programming concepts and design patterns, see Resources. 有关如何用面向对象编程的概念和设计模式编写更易于维护的PHP的详细信息,请参见参考资料。
Your job, with a well-organized and maintainable site, is to get rid of both. 要获得组织良好且可维护的站点,您的工作就是摆脱这两个问题。
They help you create more maintainable software quickly. 他们可以帮助您快速创建更易维护的软件。
Building an easily maintainable Web application can be one of the most challenging tasks for a development team. 对开发团队而言,构建易于维护的Web应用程序是一项非常具有挑战性的任务。
Good programmers continually work to create more robust, more maintainable and efficient code. 好的程序员不停的工作,以创建更加强壮更具维护性和有效的代码。
The team must have the ability and the commitment to write more maintainable code. 团队必须拥有书写更具维护性代码的能力和义务。
JavaScript is a fully object-oriented language, and although it might not use the class and interface keywords, it keeps your code clean and maintainable. JavaScript是一种完全面向对象的语言,虽然可能不使用class和interface关键字,但仍然可以保持代码的清晰性和可维护性。
An executive focus on complexity influences team behavior by making streamlined, maintainable code a priority. 执行管理层在复杂度上的关注将影响团队的行为,这可以通过将改进的和可维护的代码作为优先级来实现。
But this appreciation does not necessarily require the code to be readable or maintainable. 但是这种欣赏并不是一定要求代码易读或者简洁。
When people talk about the code being maintainable and "extensible", it's not that we have plug-ins. 当人们谈论代码的可维护性和“可扩展性”时,并不是在说什么插件。
Your goal is to achieve a readable and maintainable code. 你的目标是完成清晰可读易于维护的代码。
This article is a crash course in writing maintainable JavaScript. 本文是一个速成班,介绍了如何编写可维护的JavaScript。
Since it's quite terse and provide powerful features for succinctness, it should be very maintainable. 既然它很简洁,同时又为这种简洁性提供了强大的特性,那么它应该很容易维护。