You have been asked to improve the quality of the code produced by the software development team, so you are creating a secure coding standard document. Which of the following is NOT a topic that should be covered?

A. error handling
B. input validation
C. memory use and reuse
D. performance metrics

D
Explanation: Topics covered should include:
• Error handling
• Input validation
• Memory use and reuse
• Race condition handling
• Commenting
• Preventing typical security problems

Computer Science & Information Technology

You might also like to view...

Identify the syntax of thecall()method.

A. function.call(arg1, arg2, arg3, ...) B. function.call(thisObj, arg1, arg2, arg3, ...) C. call.function(thisObj, arg1, arg2, arg3, ...) D. function.call(Obj1, Obj2,...)

Computer Science & Information Technology

A company's internal website is called a(n) ____.

A. Internet B. Intranet C. Server D. Weblink

Computer Science & Information Technology