单词 | TDD |
释义 |
例句释义: 分时双工 1. Though Bob starts with TDD, he seems to agree that to be a professional you need to have good unit tests. 尽管Bob是以TDD开始说明,但他似乎同意专业化就是需要有良好的单元测试。 www.infoq.com 2. TDD is an iterative process and requires you to run the test cases after small incremental changes to the code during code development. TDD是一种迭代流程,需要您在代码开发中对代码做出细微增量式更改之后运行测试用例。 www.ibm.com 3. At the end, you said the hallmark of the professional is to have good unit tests, and TDD is one way of achieving that. 最后,你又提到专业化的标志就是拥有良好的单元测试,而TDD则是达成这一目标的一种方法而已。 www.infoq.com 4. The normal TDD approach at this point is to stop testing and start fixing until the test passes. 这时,标准的TDD方法是停止测试并且开始进行修改直到测试通过。 www.ibm.com 5. So, instead, I'm going to set up a game with an assumed internal data structure, and then TDD some methods that I expect to need. . . 所以,我打算以一套假定的内部数据结构来构建游戏,然后并使用测试驱动开发来得到我认为应该会用得到的方法…… www.infoq.com 6. By introducing TDD and ATDD at least some of the testing happens as the software is developed. 引入TDD和ATDD之后,最少有一部分测试会随着软件开发同步进行。 www.infoq.com 7. Therefore, we are ready to proceed from writing tests to writing code as the TDD approach dictates. 因此,我们准备按TDD方法的规定,先编写测试,然后编写代码。 msdn2.microsoft.com 8. A week is not enough data to extrapolate the effectiveness of TDD on a multi-month or multi-year project. 一个星期所产出的数据是没法衡量在长达数月或是数年的项目中TDD的效用的。 www.infoq.com 9. First, I'll turn off the part of my brain that wants to do TDD and just write the solution, then write the tests for it. 首先,我将打消想要执行TDD的念头并且只是编写解决方案,然后为它编写测试。 www.ibm.com 10. This method clearly violates this heuristic, so I'm going to take another stab at it, this time using TDD. 此方法明显地违背了这条经验,因此我将进行另外一种尝试,这次使用TDD。 www.ibm.com 1. I could start, I suppose, with a simple Sudoku game and try to TDD its solution. 我曾经设想过,或许可以先开始一个简单的数独游戏,然后试着用测试驱动开发来得出解决方案。 www.infoq.com 2. If someone is paying you to write software, and you've got a deadline, then you need to be practicing TDD at all times. 如果有人付钱让你编写软件,并且规定了截止日期,你就要随时练习TDD。 www.cnbeta.com 3. TDD is a style of writing software that uses tests to help you understand the last step of the requirements phase. TDD是一种编写软件的模式,它使用测试帮助您了解需求阶段的最后步骤。 www.ibm.com 4. The only way to really understand TDD is to do it, so let's start with a very simple example that doesn't require any special tools. 要真正理解TDD,唯一的办法就是实践。让我们从一个简单的例子开始,这个例子并不要求任何特殊的工具。 www.bing.com 5. Following the TDD pattern, we have continued to define our unit tests, as shown in Listing 6-25. 遵照TDD模式,我们继续定义了我们的单元测试,如清单6-25所示。 www.bbsmvc.com 6. I believe that test-driven development (TDD) is one of the most important practices to come out of the Agile movement. 我相信测试驱动的开发(TDD)是敏捷活动中最为重要的一种实践。 www.ibm.com 7. It's likely you know someone (possibly even yourself) who believes they "don't have time to pair or do TDD" . 如果你知道有人(或者就是你自己)认为他们“没有时间结对或者测试驱动开发”。 www.infoq.com 8. It is the heart of test-driven development (TDD) -- how you would perform XP if you could only follow a single practice. 它是测试驱动的开发(TDD)的核心——如果您只能遵循一个实践,该如何执行XP呢? www.ibm.com 9. It's just an evolutionary offshoot of TDD in which the word "test" is replaced by the word "should. " 它只是TDD的一个分支,其中“测试”这个词换成了“应该”。 www.ibm.com 10. As often happens for a while after TDD is adopted productivity slowed while quality increased. 像往常一样,TDD用过一段时间之后,质量上升了,而开发速度却下降了。 www.infoq.com 1. TDD can inform some of your architectural decisions, but you cannot begin a project without an architectural vision. TDD可以告诉你某些架构决定,但是你无法在没有架构设计的情况下启动项目。 www.infoq.com 2. The techniques are simple enough to learn, and that's really why I wrote the book - to make it easier for others to use TDD in ASP. NET MVC. 这种技术很容易学习,而且也是我写这本书的原因——让其他人更易于在MVC的开发中使用TDD。 www.infoq.com 3. In fact, TDD is a great for obtaining a better understanding of any new language, technology, or component that comes your way. 事实上,TDD能帮助你更好地理解任意一门新的语言、新的技术和组件。 www.bing.com 4. Sorry, but test-driven development (TDD) is actually faster than just writing the code and throwing it over the wall to QA! 抱歉,比起只是写代码,然后抛给墙那边的QA去测试来说,测试驱动开发(TDD)确实更快! www.infoq.com 5. The first step in TDD is to describe the required behavior in the form of an executable example. TDD的第一个步骤是使用可执行示例的形式描述所需行为。 www.ibm.com 6. Early on in Part 1, I made the claim that the TDD version of the code would be objectively better than the test-after version. 在第1部分开头,我指出代码的TDD版本比后测试版本更好。 www.ibm.com 7. Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices. 本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。 www.ibm.com 8. The bottom line is that TDD is a design technique but should not be the sole design technique. 事实上,TDD是一门设计技术,但不是孤独的设计技术。 www.infoq.com 9. Automated unit test execution is one of the vital requirements of TDD. 自动化的单元测试执行对TDD来说是一个至关重要的需求。 dictsearch.appspot.com 10. I'll also address some other sticky design questions about TDD, such as if and when to test private methods. 我还将解答其他某些棘手的TDD设计问题,例如是否测试及何时测试私有方法。 www.ibm.com 1. Theintegrated test runner makes it easy to work in a TDD mode. 集成的测试运行器(testrunner)使得在TDD模式下工作辨得简单。 www.bing.com 2. InfoQ: In your book you mention that experienced Microsoft developers might be unfamiliar to the emphasis on TDD. InfoQ:在您的书里面提到了:经验丰富的微软开发人员可能对TDD的重要性觉得生疏。 www.infoq.com 3. It encourages simplicity by letting you defer big decisions so you can concentrate on getting the little ones right. 同时,TDD可以推迟你的设计决策,从而简化设计,使你能集中精力修正设计的问题。 www.bing.com 4. I'm not saying that the TDD doctrine is wrong, but it's not really an option when two million lines of legacy model code already exist. 我并不是说TDD原则是错误的,但当两百万行的遗留模型代码已经存在时,它的确不能成为一个有用的选择。 www.ibm.com 5. Don't accept statements like "I can't do TDD" instead recognize doing or not doing is a choice. 不要接受“我不能做TDD”这样的话,而应将做还是不做视为一个选择。 www.infoq.com 6. Similarly TDD practice requires a unit testing tool and a refactoring tool. TDD实践也需要单元测试工具和重构工具的配合。 www.infoq.com 7. With test-driven development (TDD), you use unit tests to help design your code. 利用测试驱动开发(TDD),你用单元测试帮助设计你的代码。 www.bbsmvc.com 8. IPython also works quite well with any programming style, including Test Driven Development (TDD) or Test Enhanced Development (TED). IPython可以与任何编程风格很好地融合在一起,包括测试驱动的开发(TDD)或者测试增强的开发(TED)。 www.ibm.com 9. Tests start in the provisional project, especially when they are used for TDD-style programming. 测试从临时项目开始,特别是在TDD风格编程中用到的测试。 www.infoq.com 10. This resembles Test Driven Development (TDD), where Unit tests are supposed to be written before the code. 这有点像测试驱动开发(TestDrivenDevelopment,TDD),单元测试应在代码之前编写。 www.infoq.com 1. I think you'll find that the ASP. NET MVC Framework makes writing tests easy, and enables a nice TDD workflow. 我想你会发现ASP.netMVC框架式的编写测试更加容易,同时更好地支持了TDD开发流程。 blog.csdn.net 2. RF circuit adopts TDD mode and super heterodyne structure, designing Rx & Tx controlling circuit and channel feeding back circuit. RF电路采用TDD模式和超外差架构,设计收发控制和信道反馈电路,实验调试结果表明电路射频信号收发正常。 www.dictall.com 3. Two questions which TDD & BDD are unable to answer are: How do you measure the usage of your application? TDD和BDD有两个无法回答的问题:如何衡量应用的使用状况? www.infoq.com 4. You may find that you don't like TDD or unit testing in general, or that you are happy performing DI and mocking manually. 你也许会发现你基本上不喜欢TDD或单元测试,或者你乐于手工地执行DI和模仿。 www.bbsmvc.com 5. TTY is also known as TDD, or telecommunication device for the deaf. TTY也叫做TDD,即聋人用电报交流设备。 www.bing.com 6. So, to that end, when we have something to say that is purely about unit testing or TDD, we will put it in a sidebar like this one. 因此,说到底,我们是在纯粹地介绍单元测试或TDD(测试驱动开发),我们将把它作为我们手边的一种工具。 www.bbsmvc.com 7. InfoQ: It's hard to measure ROI for TDD and BDD, and results may not appear immediately (and certainly not in realtime). InfoQ:很难衡量TDD和BDD的ROI,而且结果也许无法马上显现出来(当然更不可能是实时的了)。 www.infoq.com 8. However, solely following BDD & TDD may still lead to missed business opportunities, or worse, a negative impact to the business. 然而,仅仅遵循BDD和TDD还是可能导致丧失业务机会,甚至可能对业务产生负面影响。 www.infoq.com 9. TDD requires that you do the opposite: write the test first and allow it to inform how you write the code that makes the test pass. TDD要求您反过来做:先编写测试,并让它来提示如何编写可以让测试通过的代码。 www.ibm.com 10. Now you can proceed to Step 2 of the TDD style of the software development work flow, which is to run the test case to failure. 现在,您可以继续进行TDD风格的软件开发工作流的第2步,也就是运行测试用例直至发生故障。 www.ibm.com 1. Next year, I ran a session on Avatars of TDD, where we discussed how different people have different styles of test driving. 下一年,我主持了一个名为AvatarsofTDD的议题,我们讨论不同的人有不同的TDD风格。 www.infoq.com 2. The focus in this section is to show how you can practice TDD while developing business logic that uses business objects. 本节的重点在于展示如何在开发使用业务对象的业务逻辑时使用TDD。 www.ibm.com 3. Moreover, Ron Scott argues that TDD is instrumental for finding out whether changes in code break something. 然而RonScott却争论说,TDD是用来找出代码中的变化是否造成了破坏的手段。 www.infoq.com 4. If you've never heard of test-driven development (TDD), please read the wikipedia article on it immediately. 如果你从没听说过测试驱动开发(TDD),请立刻看看维基百科的解释。 www.cnblogs.com 5. Two common reasons for not doing TDD are "There's not enough time for testing" and "The code is too complex and hard to test. " 不采用TDD的两个常见理由是“没有足够的时间进行测试”和“代码太复杂,难以测试”。 www.ibm.com 6. To support the projected mobile traffic growth, a cost efficient technology is needed for both FDD and TDD. 移动宽带将无处不在。为了支持移动通信增长的计划,对于FDD和TDD两者来说,成本效益技术是必不可少的。 word.hcbus.com 7. A scheme of design of RF subsystem with TDD model applied to the BWCS is proposed and RF subsystem is analyzed. 提出了一种应用于该系统TDD模式射频(RF)子系统设计方案,并对RF子系统进行了分析。 lib.cqvip.com 8. The normalized FDD signal is then subtracted from the received TDD signal to reduce the interference. 然后从接收到的TDD信号中减去归一化的FDD信号,从而降低干扰。 word.hcbus.com 9. Rigorous adherence to TDD naturally creates methods that adhere to composed method. 严格遵守TDD会自然地产生符合组合方法模式的方法。 www.ibm.com 10. Then, I'll evolve a TDD version of the solution so that I can compare and contrast the two approaches. 然后,我将设计出TDD版本的解决方案,以便可以比较和对照两种方法。 www.ibm.com 1. Some members of the Agile community suggested that BDD was merely "TDD done well" . 敏捷社区中有些成员认为BDD就是“做得比较好的TDD”。 www.infoq.com 2. Test-driven development (TDD) is a key practice in agile software development. 测试驱动的开发(TDD)是敏捷软件开发中的关键实践。 www.ibm.com 3. Supports TDD by providing a powerful data binding validation framework for WPF. 通过为WPF提供强大的数据绑定验证框架支持TDD。 www.infoq.com 4. Brad Appleton mentioned a possible solution in his blog, according to him he works in very short cycles using TDD. BradAppleton在博客中提到了一种可能的解决方案,他使用TDD进行很短周期的开发。 www.infoq.com 5. But time-varying channel leads to the loss of channel reciprocity, which will invalidate the advantage of TDD systems. 但是信道的时变特性将导致信道互易性的损失,使TDD系统的优势无法发挥。 www.fabiao.net 6. I very much agree that this is the real benefit, and I admire [your assertiveness] in coming right out and saying it. 我非常同意这才是TDD真正的好处,我也很仰慕你[如此自信]敢于直接把它讲出来。 www.infoq.com 7. It places unit testing in the context of TDD and give the reader all of the tools needs to write, manage, and automate great unit tests. 它用TDD的替换掉了单元测试的内容,并给了读者所有需要编写,管理和自动操作单元测试的工具。 www.ibm.com 8. In the middle of early works are slippery, speculation and profiteering, TDD type. 早中期的作品都是油嘴滑舌,投机倒把,见缝插针的类型。 en.cnxianzai.com 9. When you apply TDD in the real world, you're going to generate lots of tests, so you need to organize your testing using a tool like NUnit. 当你将TDD应用到现实世界时,你可以生成许多测试,并通过如Nunit的工具来组织它们。 www.bing.com 10. Most developers think that the primary benefit derived from TDD is the comprehensive set of unit tests you end up with. 大多数开发人员认为TDD带来的主要好处是最终得到的综合单元测试集。 www.ibm.com 1. Then I wrote a version using TDD (writing the tests before the code, allowing the testing to drive the code's design). 然后,使用TDD(在编写代码之前编写测试,这样就可以用测试驱动代码的设计)编写了另一个版本。 www.ibm.com 2. The principle and characteristic of TDD double mode is analyzed in this thesis. 本文分析了TDD双工方式的原理与技术特点。 www.fabiao.net 3. All the old design rules and skills still apply; and TDD is a powerful way to inform and augment them. 所有的老设计规则和技能仍然适用。TDD能够影响和增强它们。 www.infoq.com 4. Contracts are probably a simpler tool than TDD to document and design methods. 合约可能是比TDD文档和设计方法的简单工具。 msdn.microsoft.com 5. It provides better support for test-driven development (TDD). 它为测试驱动的开发(TDD)提供了更好的支持。 msdn.microsoft.com 6. The MU886 system uses Time Division Duplexing (TDD) technique to transmit and receive on the same channel. MU886系统使用分时双工(TDD)技术,可在同一个信道内发送及接收信号。 www.showxiu.com 7. Gauging by this measure, the TDD version is more than three times simpler than the test-after code. 根据这个指标,TDD版本比后测试代码简单三倍。 www.ibm.com 8. Therefore, for TDD to be effective, you must run such quickly. 因此,要使TDD切实有效,则必须迅速运行此类测试用例。 www.ibm.com 9. Normal TDD writes only enough code to make a test fail. 标准的TDD只编写能够使一个测试失败的足够多的代码。 www.ibm.com 10. if more than one PRACH resources are available in the same subframe (TDD), randomly select one. 如果在相同的子帧中多于一个PRACH资源可以使用,随机选择一个。 www.huaye-direction.com 1. The illustration in Figure 7 shows the steps to follow while using TDD as your coding style. 图7中的流程图展示了使用TDD作为编码风格时应该遵循的步骤。 www.ibm.com 2. You cannot derive a complete architecture with TDD. 你不能通过TDD得到一个完整的架构。 www.infoq.com 3. With TDD the tests are thought out and created as the code is implemented. 使用测试驱动开发,在实现代码时,就要仔细考虑测试,并建立起测试。 www.infoq.com 4. Development teams might want to practice TDD or write test cases after the code, as per their comfort. 开发团队可能打算实践TDD,或者在编码后编写测试用例,怎么舒服怎么来。 www.infoq.com 5. When I have the TDD version complete, I'll compare some metrics between the two code bases. 在我完成TDD版本时,我将比较一下两个代码库。 www.ibm.com 6. I decided to experiment with some practices, such as pairing and TDD. 我决定实验一些实践,比如结对和TDD。 www.infoq.com 7. This article assumes you are already familiar with TDD. 本文假设您已经熟悉了TDD。 www.ibm.com 8. If you are new to TDD these questions probably sound familiar. 如果你还是TDD新手,这些问题可能会听起来很熟悉。 www.infoq.com 9. Alistair believes that, till date, there has been no good term for "good unit tests, " as there is for TDD. Alistair相信,至今为止一直没有合适的术语像表示TDD一样来表示“良好的单元测试”。 www.infoq.com 10. This section uses a simple scenario to show how you can practice TDD using the development environment created in the previous section. 这一节使用简单的场景展示了如何使用上一节创建的开发环境尝试TDD。 www.ibm.com 1. Test-driven development (TDD) alters the process of writing code so that change is not only possible, but desirable. 测试驱动开发(TDD)改变了编码的过程,并且这种改变不仅是可能的,同时也是值得去做的。 www.bing.com 2. TDD recommends beginning testing early and continuously testing, such as with each system build. TDD建议及早开始测试并持续测试,例如测试每个系统版本。 www.ibm.com 3. In chapter 2, TDD-LTE system is introduced briefly. And we study the link level performance in TDD-LTE system. 第二章对TDD-LTE系统进行了简要介绍,并对TDD-LTE系统的链路性能进行了研究。 www.fabiao.net 4. There are also benefits to TDD that are much easier to grasp. TDD的另一个好处是更容易掌握。 www.bing.com 5. TDD increases your production because it serves as a thinking-aid. 测试驱动开发可以提高生产效率,因为它有助于思考。 www.infoq.com 6. To show the design benefits of TDD, I need a problem to solve. 要展示TDD的设计优点,我需要用到一个待解决的问题。 www.ibm.com 7. Higher quality is a side effect of TDD. 质量的提升是TDD的一个副作用。 www.infoq.com 8. In this case, you still get tests, but you don't get the emergent design aspects of TDD. 在这种情况下,您仍然进行了测试,但是没有涉及到TDD的紧急设计方面。 www.ibm.com 9. That's the role TDD plays in controlling code quality, and enabling us to experiment with new ideas and make rapid changes to the product. TDD在控制代码质量上就扮演这样的角色,并允许我们试验新想法,快速做出产品变更。 www.infoq.com 10. TDD puts the test before the code. TDD将测试放在编码工作前。 www.ibm.com 1. This is Step 4 of the TDD style of the software development work flow. 这是TDD风格的软件开发工作流的第4步。 www.ibm.com 2. My TDD rule of thumb is that tests should be moist but not drenched. 对于TDD,我的经验规则是测试应该是潮湿的,但是不要湿透。 www.ibm.com 3. The most important lesson you should have learned so far is that TDD is simple. 迄今为止,你应该明白一条最重要的道理就是TDD很简单。 www.bing.com 4. If, on the other hand, you have TDD experience, please share some of your answers to these questions. 换个角度来说,如果你已经有了充分的TDD经验,请与大家分享一下你对这些问题的答复。 www.infoq.com 5. TDD technology is more and more regarded lately, but few of mobile communication systems based on TDD double mode are applied. TDD技术近年来在国际上受到越来越多的重视,但是基于TDD方式的数字对讲机在国内目前的应用中还很少。 www.fabiao.net 6. For example, consider the login scenario using TDD. 以使用TDD的登录方案为例。 msdn2.microsoft.com 7. An Effective Method for Decreasing Dropping Rate during the Handover to TDD Systems 一种在TDD系统切换中有效降低掉线率的方法 www.ilib.cn 8. Study and Implementation of TDD Communication Protocol Applied in Digital Handsets 数字对讲机TDD通信协议的设计与实现 www.ilib.cn 9. Introduction and Application of Wide Area Wireless Broadband TDD Technology 广域无线宽带TDD技术的原理和应用前景 service.ilib.cn 10. Scattering Characteristics and Targets Recognition of Laser TDD 激光目标探测装置的回波特性及目标识别技术研究 www.ilib.cn 1. Planning and application of FDD and TDD in the mobile communication services of China 在我国移动通信业务中的规划和应用 www.ilib.cn 2. TDD results in doing higher quality development. He added 而TDD能让开发的质量提高。 www.infoq.com 3. A Novel Time Slot for Combating Fast Fading in TDD Systems 一种提高TDD系统在快衰落信道中性能的新型时隙结构 www.ilib.cn 4. Random Access Procedure in LTE TDD System 系统随机接入过程研究 www.ilib.cn 5. CDMA TDD CDMA Time Division Duplex 码分多址时分双工 wenku.baidu.com 6. Generate from Using (TDD) 从使用中生成(TDD) www.infoq.com 7. read the system information as specified in subclause 8. 1. 1 (for UEs in TDD mode); 读系统消息在第8.1.1所描述的(对于TDD模式下的UEs); blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。