-->
当前位置:首页 > 题库

单选题:Which of the following is not one of the principles of good codi

Luz5年前 (2021-05-10)题库625
Which of the following is not one of the principles of good coding? @[C](1)

A. Create unit tests before you begin coding
B. Refactor the code after you complete the first coding pass
C. Keep the variable names as simple as possible
D. Write self-documenting code, not program documentation




A.Create unit tests before you begin coding
B.Refactor the code after you complete the first coding pass
C.Keep the variable names as simple as possible
D.Write self-documenting code, not program documentation


答案:C