JBuilder 2005 Code Review Function Experience

xiaoxiao2021-03-06  38

The code review serves as the powerful new characteristics of JBuilder 2005, and directs the soft ribs in the encoding, and strives to kill the errors in the encoding in germination, and force the company's coding quality. JBuilder 2005 According to Sun's code specification and software development communities, Java is summarized in Java-developed coding style, statement, Javadoc document annotation, EJB specification, naming style, potential error, encoding. The code review and give a warning such as the Snake Adventures, so that developers have found these shortcomings and hidden dangers. Code review and syntax error check is two different levels of concept. The syntax error is a low-level, mandatory check, and any programs that violate the grammar cannot be compiled, which means that the runable program must be correct. The code review is a high-level, non-mandatory inspection, which imparts more stringent requirements for the correct procedures of grammar, thereby enhancing the readability of the program, reducing the incompleteness of the variable naming, method definition, program logic. Increase the potential error rate of the program, increase the maintenanceability and robustness of the program. Lin Lin's Java programming standard, programming paradigm, and programming experience are committed to improving code quality, program performance, software maintenance, etc., JBuilder 2005 code review is the effective programming, paradigm, and experience of various functions. Applying to your program so that your procedures comply with these proven programs that have been largely practiced are successful. JBuilder 2005 The code review mechanism set up in the default is Sun's code programming specification, which provides a large number of optional review rules, you can activate or close the rules of these reviews as needed. For beginners, the code review is undoubtedly a good teacher who is learning and working, and JBULDER 2005 has reached the role of "supervising and improving the development staff through instant code review." Developers can also learn more programming requirements and experience outside the grammar through code review. Read navigation 1. Use code review By default, JBuilde 2005 does not activate the functionality of the code review, you can call the code review page via Project-> Project Properties ...-> Code Audits calls the code review page. Second, the code style review oftens some programmers are keen to play the Java grammar to the excellent credentials for Java syntax. However, in a software project that needs to be fully collaborative, it is clear, and it will be clear and easy to understand will be highly respected. Therefore, most of the software companies' norms have made a requirement of the statement. The JBuilder 2005 code review can help companies implement and implement this requirement to a certain extent. Third, the statement is reviewing the hidden of members variables and local variables, often makes the developer Zhang Guan Li Dai, makes some unhappy mistakes, and the members and static variables of the child hidden parent class are often because they have not noticed that they already have the same name. What caused, the resulting program bug is difficult due to its stealth, and JBuilder 2005 provides several tools for reviewing a statement. Fourth, the naming style of naming style is complied with the Java naming syntax, and the naming style is highly required. Good naming style must comply with Java naming rules. 5. Potential error review due to the specialty of process control statement syntax, write Special attention is required when the program is required, otherwise it will be buried, and JBuilder reviews these statements from multiple aspects. Sixth, the power to circumvent various drape snakes add JBuilder 2005 code review function is also able to judge that excess IMPORT package introduction, unnecessary mandatory type conversion, unwanted members, excess interface modifiers, etc. Seven, other in the program, there is an invalid expression due to various reasons, or the program that can never use, for these useless code, the code review feature provided by JBuilder 2005 can also be found, and remind the programmer.

转载请注明原文地址:https://www.9cbs.com/read-67410.html

New Post(0)