Computer Science, asked by jasmin486, 9 months ago

Which of the following describes good practice when naming variables in code?

Select two answers.


A)Use names which contain as few different characters to aid the compiler and shorten compile times

B)Use names which show in what order the variables were introduced to make it easier to find the value of a variable

C)Use concise names to avoid typos and keep code tidier

D)Use names which describe what each variable represents to make code easier to understand

Answers

Answered by NakulZete461
0

Answer:

Java Best Practices of Proper Naming Convention

Here are some of the programming or coding best practices professional Java developer follow while writing code, including myself. Most of these practices are common sense and acquired via years of experience of reading and writing code.

Similar questions