(1.?? Except for the following special cases, Java names should always use complete English descriptors. In addition, you should always use lowercase letters, but capitalize the first letter of class names, interface names, and any non initial words. 1.1.?? General concept?? Try to use complete English descriptors?? Choose terms applicable to relevant fields?? Use mixed case to make the name readable?? Abbreviations shall be used as little as possible, but if they are used, they shall be used wisely and uniformly in the overall project?? Prevent using long names?? Prevent the use of similar names, perhaps just names with different case?? Prevent the use of underscores (except for static constants, etc.)
Code Writing Standard.docx)