👤

What are the advantages of understanding the java coding guidelines and comments' usage?​

Sagot :

Answer:

Commenting involves placing Human Readable Descriptions inside of computer programs detailing what the Code is doing. Proper use of commenting can make code maintenance much easier, as well as helping make finding bugs faster. Further, commenting is very important when writing functions that other people will use.