it doesn「t hurt to have multiple points from which things are drawn, but it can lead to redundant code if you」re not careful.
这样做不会造成绘制的物体的点数成倍增加,但必须仔细以免产生冗余代码。
on the other hand, they can become verbose and require that you write a lot of redundant code where the best you can hope for is not to make any mistakes.
但另一方面,它们会变得很繁琐,需要许多冗余的代码,这时可能最希望做到的就是不要犯错。
the implemented new system reduces the dependency between tiers and the redundant code as well as improves the extensibility and maintainability of the system.
实现的新系统减低了层与层之间的依赖,减少了代码的冗余,提高了系统的可扩充性和可维护性。
based on topology and redundant code of alphabetic symbol, an integrated solution of text digital watermarking(tdwk) system was proposed.
提出了一种基于字符拓扑结构和冗余编码的文本数字水印系统的完整解决方案。
depending on the size of your add-in, this could result in a lot of redundant code being loaded into memory.
要取决于你外接程序的大小,这很有可能导致大量的冗余代码装载到内存里。
on the other hand this could just be redundant code for a failed experiment with facebook having no immediate plans to introduce video.
另一方面,facebook如果没有推出视频功能的即时计划,这些也就变成了一次失败尝试的无用代码。
it also saves later reviewers from reviewing the redundant code altogether.
crucible还能让后面的审查人完全避免审查冗余的代码。
first, it helps you avoid redundant code in every action class of your web application.
首先,它避免了web应用程序中每个action类的冗余代码。
while conventional exception handling procedures save exception information in every action class, best practice 4 aims to avoid redundant code while handling exceptions.
传统的异常处理过程在每个action类中保存异常信息,而最佳实践4则在处理异常时避免冗余代码。
that worked, but the cost was additional, partially redundant code and more time to process the data.
那起了作用,但却产生了额外的代价,即部分多余的代码且需要花更多的时间处理数据。
in this example, the redundant code has been removed, making the test easier to read and maintain (since there is less code).