programming practice meaning in Chinese
程序设计实践
程序设计习惯
Examples
- Explicitly declaring faults in wsdl operations , like explicitly declaring exceptions in java methods , is good programming practice
在wsdl操作中显式地声明错误,就像在java方法中显式地声明错误一样,是良好的编程实践。 - Php lends itself perfectly to this philosophy , and can easily be scaled to larger applications through sound programming practices
这种基本结构通过不同项目的实践得以改进和发展,复用代码可通过库的方式添加到基本结构中。 - For example , a good programming practice might be to put a rollback call in your catch block and a commit call in the finally block
例如,在catch块中置入回滚调用,在finally块中置入提交调用可能是一种比较有效的编程方案。 - Therefore the suggested programming practice is to look up the service in the init method of the portlet and store it in an instance variable
因此,建议的编程实践是在portlet的init方法中查找服务,并将其存储在一个实例变量中。 - While this programming practice is clearly a bad one , it is easy to see how it comes about - during prototyping , someone wrapped the code with a
尽管这种编程实践很明显是不好的,但是很容易看出它是如何发生的在原型化期间,某人通过