• 学习OOP设计模式简洁代码重构

    Learning OOP, Design Patterns, Clean Code and refactoring.

    youdao

  • 第十一系统级别讨论简洁代码依赖注入面向方面编程技术

    Chapter 11 talks about clean code in the context of system-level techniques such as Dependency Injection and Aspect-Oriented Programming.

    youdao

  • 虽然他们定义简洁代码侧重点不尽相同,但其中仍有共通之处:简单重复读、优雅

    Although they all emphasize different aspects of clean code, there are a few emerging themes: simplicity, lack of duplication, readability, elegance.

    youdao

  • Rails那样使用这种方法可以两全其美具有较少重复简洁代码不会失去灵活性。

    Using this approach, as Rails does, you get the best of both worlds: concise code with less repetition without sacrificing flexibility.

    youdao

  • 第一Martin以极富说服力的方式表明简洁代码不仅仅人们所希望的,并且是必须的。

    In Chapter 1, Martin convincingly argues that clean code is not just desirable — it is necessary.

    youdao

  • 名字价值如何估计都不为过,记住Ward原则一个子程序都只应该做的,就拥有了简洁代码

    It is hard to overestimate the value of good names. Remember Ward's principle: you know you are working on clean code when each routine turns out to be pretty much what you expected.

    youdao

  • 还要注意,这里仍然异常未加检查使代码异常简洁

    Also note the continuing pattern of unchecked exceptions, which keeps the code remarkably concise.

    youdao

  • 如果这个匿名作为一个内部单独放置,那么清单1中的代码简洁很多

    The code in Listing 1 would be much neater if the anonymous class was placed separately as an inner class.

    youdao

  • 但是这种欣赏不是一定要求代码或者简洁

    But this appreciation does not necessarily require the code to be readable or maintainable.

    youdao

  • 使用固定的游戏速度最大FPS一个容易实现而且代码简洁解决方案。

    Using a constant game speed with a maximum FPS is a solution that is easy to implement and keeps the game code simple.

    youdao

  • 简洁网站只是设计内容以及代码中移除了所有不必要的元素

    Simple sites just remove all unnecessary elements from the design, content, and code.

    youdao

  • 随着我们继续构建这个,只要有助于使代码简洁、更清晰,越来越多这样特性添加进来。

    As we continue building out the library, more and more of those features will begin to worm their way in, anywhere that they help make the code more concise and more clear.

    youdao

  • 开始就要寻求使得代码简洁方法

    Look for ways to simplify your code right from the outset.

    youdao

  • 一个例子中ejb组件正确使用使得代码简洁易懂

    In one case proper use of EJB components resulted in less, and more easily understood code.

    youdao

  • 现在有一个简洁新颖设计确信代码运行稳定,因为每天都在公测名单也枝繁叶茂。

    There I was with a neat and innovative design, code that I knew worked well because I used it every day, and a burgeoning beta list.

    youdao

  • 代码变得高效简洁的时候,可以说走上正轨了

    When your code is getting both better and simpler, that is when you know it's right.

    youdao

  • 如果这些字符串经过精心挑选它们就可以使结果代码简洁

    If those strings are selected carefully, they can make the resulting code much clearer.

    youdao

  • 不认为软件工程教授们都特别欣赏代码简洁

    I'd like to think that software engineering professors are especially tuned into code cleanliness.

    youdao

  • 所选择语言,你应该觉得“舒服”,并且能够写出有效而且简洁)的代码重要的,语言去适应项目,反之亦然。

    The language you choose should provide you with a suitable "comfort" level, the ability to produce efficient (and clean) code, and, above all, allow the language to suit the project and vice-versa.

    youdao

  • 看起来XML还有另一个好处代码本版代码更为简洁容易

    It looks like there's another benefit to XML: the code is a lot cleaner and easier than the text version.

    youdao

  • 绿地开发(greenfielddevelopment)指开发团队首先开发空白IDE控制台,并用漂亮简洁代码填充它,这只是软件应用程序生存期中一个非常片段

    Greenfield development, where a development team starts out with a blank IDE console and fills it with beautiful, concise code is a very small slice in the life of a software application.

    youdao

  • 尽管Perl代码简洁,但是已经足以说明Perl中处理XML是多么容易

    Although you can make the Perl more concise, this code also illustrates how easy it is to manipulate XML in Perl.

    youdao

  • 约定优于配置会使新的Rails开发人员能够立即上手因为控制器模型代码特别简洁

    Convention over configuration also leads to "aha!" moments for new Rails developers because the controller and model code is so concise.

    youdao

  • 但是生成XQuery代码仍然保持简洁并不包含使用其他语言处理XML出现开销

    Nevertheless, the resulting XQuery code remains concise and does not contain the overhead you'd have when using a different language to process XML.

    youdao

  • 清单2显示了如何处理验证阶段(为了保持简洁省略了一些代码)。

    Listing 2 shows you how to handle the validation phase (with some code omitted for clarity).

    youdao

  • 有人可能会Ruby语法简洁正是它的意图这种语言使开发人员可以迅速编写简洁代码

    Some might say that Ruby's syntax is terse, and it's that way with a purpose: this language lets you create concise working code in short order.

    youdao

  • 如果使用Doxygen代码注释就会简洁,省去了嵌入HTML标记清单5

    When you use Doxygen, code comments are much more terse, without the embedded HTML, as demonstrated in Listing 5.

    youdao

  • 第1部分中了解到它们也是多变的,能够各种方式定制扩展帮助实现优质简洁代码

    As you learned in the previous article, they're also malleable, willing to be customized and extended in all kinds of ways, in service of good, clean code.

    youdao

  • 也就是说,PHP快速简洁地编写代码对于许多应景而生的应用合适的。

    A.K.A., they allow code to be written quickly and compactly, which is fine for many situational applications that spring up.

    youdao

  • 上面代码相当简洁所以逐行说明的功能。

    The above code is quite terse, so I'll go over what it does line by line.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定