DEV Community

Tony.Rese5
Tony.Rese5

Posted on • Updated on

Things to Remember

1. Why is it important to use clear names when writing code?

A. Using clear names when coding helps others understand your code.

2.What are possible drawbacks from using obscure names that only you understand?

A. Possible drawbacks from using unclear names can really confuse anyone working on your code.

3.What do you suppose would happen if you wrote some code using names that only you understand, and then someone else had to come behind you and modify your code?

A. The person modifying your code would have to ask you a lot of questions just to get anything done.

Top comments (0)