编程风格 meaning in English
programming style
Examples
- Generally speaking , however , functional programming can be viewed as style of programming in which the basic method of computation is the application of functions to arguments
然而,一般来说,函数式编程可被看做一种编程风格,其基本的计算方法是参数到函数的应用。 - While fairly ubiquitous through its association with the java language , imperative programming is not the only choice of programming style , nor is it always the most effective one
命令式编程虽然由于与java语言的关联而相当普及,但是并不是惟一可用的编程风格,也不总是最有效的。 - Their effective use is also dependent on applying the correct programming idioms ; it s critical that you understand how these classes are implemented and how to program to them
能否有效地使用它们还取决于是否应用了正确的编程风格;关键在于您要理解这些类是如何实现的以及如何对它们进行编程。 - In addition , you must use the correct programming idiom to check if the collector has reclaimed the object before using it , and if it has , you must re - create the object first
另外,您必须使用正确的编程风格以检查收集器在使用对象之前是否已经回收了它,如果已经回收了,您首先必须重新创建该对象。 - The style of programming that spark implements allows an end - programmer to insert code blocks everywhere within a scanning parsing process - something that is usually a " black box " to end users
Spark实现的编程风格使最终程序员能够在扫描解析过程中在任何地方插入代码块这对最终用户来说通常是“黑箱” 。