Defensive Programming Techniques的意思|示意

美 / / 英 / /

防御性编程技术


Defensive Programming Techniques的网络常见释义

使用防卫式程序设计技术 这种分析容易出错,特别是使用防卫式程序设计技术(Defensive Programming Techniques)时,如有疑义,这些防卫性程序代码就不要删除。

Defensive Programming Techniques相关例句

Defensive programming techniques are used especially when a piece of software could be misused.

尤其是当一个软件可能被滥用时,可以使用防御性编程技术。

For this type of problem, developers often employ defensive programming techniques that aim to catch potential errors before they wreak havoc.

对于这类问题,开发人员通常会使用防御性编程技术,该技术专门用来在发生摧毁性后果前捕捉潜在错误。

The next column covers defensive programming techniques (in C), and explains why certain system calls are problematic and what to do instead.

下一专栏将涉及防范的程式化技巧(用 C),并说明为什麽某些系统呼叫容易出问题以及应如何解决。

Those familiar with aspect oriented programming, or AOP, will recognize this as a crosscutting concern, meaning that defensive programming techniques span horizontally across a code base.

熟悉面向方面编程(或 AOP)的人们会把它认为是横切关注点,这意味着防御性编程技术横跨了代码库。