| 1. | Factoring out common code is a good practice , but it can t be applied in all cases 分解出公共代码是一个很好的习惯,但它并不适用于所有的情况。 |
| 2. | Cures and preventions : factor out the common code , if possible ; otherwise , update it 治疗和预防措施:如果可能,分解出公共代码;否则就对其进行更新。 |
| 3. | Just as before , we can minimize bugs of this sort by factoring out the common code 就象以前一样,我们可以通过分解出公共代码来将这种错误控制到最少。 |
| 4. | True because the compiler might reorder instructions or insert jumps to common code 时的行为,因为编译器可能会将指令重新排序或插入到公共代码的跳转。 |
| 5. | The following procedures describe how to perform some of the most common code group addition tasks 以下过程描述如何执行一些最常见的公共代码组添加任务。 |
| 6. | Of course , this example is one that a beginning programmer would quickly learn to avoid by factoring out the common code 当然,这个示例所示的错误是编程新手可以很快学会通过分解出公共代码来避免的。 |
| 7. | Moving common blocks of code into other project files allows you to maintain code and propogate changes in a central location 通过将公共代码块移入其他项目文件中,可以在一个中心位置维护代码并传播更改。 |
| 8. | Then he made these variables global by putting them in fortran common blocks ; it was obvious that this was really , really bad 他还通过将这些变量放入fortran公共代码块中,使其成为全局变量,这很明显是太糟糕了。 |
| 9. | Users want to customize rules , scores , and thresholds , or even turn off spam processing completely - after all , it s their mail 争论的另一方面,当然是另一些人认为gpl “更随意” ,因为它向用户提供了访问公共代码的所有 |
| 10. | In the solution associated with this article , you ll see that the common code for each of the actions has been moved to an abstract superclass 在与本文相关的解决方案中,您将看到每个操作的公共代码都被移到了抽象超类中。 |