simplified code meaning in English
简化代码
Examples
- I showed you advantages of this component - level reuse , and how it can simplify code and shorten development cycles
我向您展示了这个组件级重用的优点,以及它是如何简化代码和缩短开发周期的。 - To simplify coding , the latest version of xi lets you associate portions of the regex directly to the group element
为了简化编码,最新的xi版本允许您直接把正则表达式的一部分与group元素关联。 - We can simplify code that deals with asynchronous events by assigning a separate thread to handle each event type
我们可以简单的编码来处理异步事件通过指定一个单独的线程去处理每一个事件类型。 - Beginning in chapter 7 we will use a simple preprocessor to simplify coding , but even then linkage switching is error - prone
从第7章开始,我们会介绍一个简单的预处理程序用来简化编码,然而即便如此,链接的改变一样是易错的。 - Metaprogramming - programming with code generators or writing programs that themselves write code - has numerous useful attributes , such as simplifying code maintenance and making it easier to craft boilerplate code
元编程编写代码生成器或编写本身编写代码的程序有许多有用的属性,比如简化代码维护以及制作样板代码。