• 使用默认属性适当减少代码字符数量,使代码阅读起来更加困难

    Default properties can result in a small reduction in source code-characters, but they can make your code more difficult to read.

    youdao

  • 注释一些或者代码阅读者说一些告诉代码干什么的,不对

    It's words to you, or to the reader of the code, that are telling you what's going on inside of this code. OK?

    youdao

  • 代码阅读文件创建一个字符缓冲扫描器字符组合IToken中,解析器将IToken组合IASTNode。

    The code reader creates a character buffer from the source file, the scanner combines characters into ITokens, and the parser combines ITokens into IASTNodes.

    youdao

  • 简单性定义代码理解阅读难易程度

    Simplicity defines the ease of understanding and reading the code.

    youdao

  • 举例来说,通过阅读代码了解大型软件系统依赖关系几乎不可能的,观看那些依赖关系的可视化显示会令理解容易。

    For instance, it is almost impossible to understand the dependencies of a large software system by reading the code; seeing a visual display of those dependencies makes the task much easier.

    youdao

  • 这样的代码更易于阅读维护,而且要说,甚至要鼓励添加错误处理机制通常都能带来好处。

    The code is easier to read, easier to maintain, and (I would say) even encourages you to add error handling, which is always a benefit.

    youdao

  • 容易进行有关解决方案的交流,因为阅读代码/文本相比图片容易领会

    The solution can be communicated more easily, because a picture is easier to grasp than if reading code and/or text.

    youdao

  • 文件顶部定义我们所有sql语句可以使阅读代码以及修改元素调整应用程序变得更容易。

    Defining all of our SQL statements at the top of the file makes it easier to read the code and modify the ements to tweak our application.

    youdao

  • 使用良好命名重要编程习惯因为描述性强名称代码更加容易阅读理解

    Using good naming is the most important habit because descriptive names make code easier to read and understand.

    youdao

  • 这样有点困难并且使代码难于阅读因为混合范例(含有伪oo设计过程语言)。

    It's a tad more difficult and can make the code more difficult to read because it's mixing paradigms (procedural language with pseudo-OO design).

    youdao

  • 本文介绍代码检查工具角色定义阅读技巧、检查工具问题跟踪工具的用途并不局限代码检查。

    Among the tools for code review introduced in this article, role definition, reading techniques, review tools, and issue-tracking tools are not limited to source-code review alone.

    youdao

  • 应该检查代码阅读注释确保试图运行程序知道将会什么。

    You should examine the code and read the comments to ensure you are familiar with what it is doing before you try to run it.

    youdao

  • 如果必须抽象之间转移阅读代码会很困难正是SLAP原则试图避免的情况。

    It is difficult to read the code when you have to jump mentally between abstraction levels, which is what the SLAP principle tries to avoid.

    youdao

  • 的确是有意义如果希望确定每行代码究竟执行了哪些操作最好方法就是阅读代码

    That makes sense; if you want to find out exactly what each line of code does, the best thing to do is read the code.

    youdao

  • 考虑SIMH所提供功能数量代码易于阅读并不预期的那样

    Considering the amount of functionality provided in SIMH, the code is easily readable and not as large as you may expect.

    youdao

  • 示例代码生成大量可供阅读信息输出

    The sample code generates an extensive amount of informational level output to read.

    youdao

  • 理解机制工作原理之后,阅读代码阅读使用额外相应代码更加轻松

    Once you understand how the mechanism works, reading this code is much simpler than reading the corresponding code that USES additional classes.

    youdao

  • 跟着教程阅读代码不错但是一个给定实际解决自己问题时,很难知道哪个适合您。

    Reading code and following tutorials is fine, but until you actually try to solve some of your pain points in a given library, it's hard to know which one is right for you.

    youdao

  • 开始阅读代码之前注意路由器可能单向或者双向的。

    Before you start looking at the actual code, please note that the routers might be unidirectional or bidirectional.

    youdao

  • 程序数组节点转换说明性强的变量从而使代码易于阅读

    The program transfers the array nodes into more descriptive variable names, making the code easier to follow.

    youdao

  • 仔细阅读代码发现大量处理通过模式完成的。

    In looking through the code, you will notice that a lot of the processing is done with modes.

    youdao

  • 代码审核通过阅读别人代码寻找错误提出改进意见过程实践

    Code review is the process and practice of reading over code written by someone else in order to detect errors, suggest improvements, etc.

    youdao

  • 由于需要这么多错误处理代码代码可能大,因此更难阅读

    The code would be a lot bigger and therefore harder to read because of all the error-handling code.

    youdao

  • PHP代码使用设计模式可以使代码容易阅读更易维护

    Using design patterns in your PHP code is one way to make your code more readable and maintainable.

    youdao

  • 注意换行方便阅读代码,它不会影响XML

    Note: the line breaks make it easier for you to read your code and do not affect the XML.

    youdao

  • 本书中的模式基于Kent现存代码阅读以及自己的编程习惯而形成的。

    The patterns in this book are based on Kent's reading of existing code as well as his own programming habits.

    youdao

  • 仅仅通过阅读代码可以发现一些问题可能发现一些潜在bug

    You'll be able to spot a number of issues just by re-reading, and you might pick up a few potential bugs, too.

    youdao

  • 大多数其它热门语言RubyScala等没有随大流因为他们更偏重编写代码而不是阅读代码

    Most of the other "hot" languages like Ruby, Scala are never going to hit mainstream, because they're all biased to heavily in favor of writing code, instead of reading code.

    youdao

  • 如果编写代码中包含+ +i,那么任何阅读代码的人浪费时间去思考为什么这样写

    If you write + + I, anyone who reads your code is going to waste time wondering why you wrote it like that.

    youdao

  • 如果尚未获得示例代码可以下载示例代码以便阅读下面说明的过程中可以参考

    If you have not already done so, you might want to download the sample code so you can view it as you read through this description.

    youdao

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

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

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