Which of the following secure coding principles and practices defines the appearance of code listing so that a code reviewer and maintainer who have not written that code can easily understand it?
Suggested Answer:same guidelines. Answer: D is incorrect. Keep code simple and small defines that it is easy to verify the software security when a programmer uses small and🗳️
Use a consistent coding style is one of the principles and practices that contribute to defensive coding. This principle defines the appearance of code listing so that a code reviewer and maintainer who have not written that code can easily understand it. For this purpose, all programmers of a team must follow the defines that code must be examined in order to identify coding errors in modules.
C.
The secure coding principle and practice that defines the appearance of code listing so that a code reviewer and maintainer who have not written the code can easily understand it is "Use a consistent coding style." Therefore, option C is the correct answer.
Using a consistent coding style ensures that different parts of the system are written in a similar manner for ease of use as well as allowing other developers to maintain or extend existing functionality with minimal training requirements. This also facilitates proper documentation since individuals trained on one part should be able to easily navigate another area within an application.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
74gjd_37
5 months, 2 weeks ago4e3rv21rq3vq2q
1 year, 8 months ago