Peer Personal Code Review resultsI. GENERAL INSPECTION1, the code can run normally, the basic can realize the predetermined function, there is no big logic error.2, the code structure is very clear, the module is done very well, very good use of object-oriented programming ideas, easy to read and understand.3, the stri
add too many or hide dependencies, unable to initialize objects, test frameworks can use methods etc.
Two classmates only main function, basically cannot construct test sample.
Do tests exist and is they comprehensive? i.e. have at least your agreed on code coverage.
Two classmates did not finish, so there is no test.
Do unit tests actually test, the cod
How to Review your code
The reason for writing this blog post is that the code you write is often reworked and the delivery date of the delay project. The reasons for project delay are summarized as follows:
1. If you are not fully familiar with the requirement interaction details, such as setting different order status changes based on different channels-Timeout
Label: SP file data code BS time as learning programWhen I wrote my first personal project -- Word Frequency Statistics, I was unable to complete all the requirements of the teacher because of my ability and time. This time I want to review my companion's assignment.After reading my companion's homework, I feel that there are many things worth learning.1. The code
Android code review tool-Use of lint Tool
Reprinted please famous Source: http://blog.csdn.net/lijunhuayc
After so long, I don't know what the lint tool is doing for android. Although I can see it under the android tools Project right-click eclipse every time, what can I do ~ I am ashamed to be an android player ~~~~~
Well, since I have never used it, I have seen it in the past few days and I know what s
A review of business code reviews
Recently, when looking at the organization Code review, found that there are many things worth summarizing.
1 Lack of verification:
The new frontier lacks the necessary calibration
2. Transition check: Defensive programming.
Its own project is divided into layers, such as Web engineer
Review the eleven Common Errors of Java code-Linux general technology-Linux programming and kernel information. The following is a detailed description. Code reviews are one of the most important ways to eliminate bugs, which are especially effective in most cases. Because the code
My partner is a very serious student. He has spent a lot of time in his homework. His program ideas are clear and easy to understand. review his code is a relatively happy thing. The program code structure is clear and runs fast. It is a good program to complete basic command requests. However, there are also several areas for improvement:1. Chinese directories c
Here are some suggestions for me to code review the SSIS package, and if there are other better options for making bricks.A. See if the best solution is used1. Optimal view of the structure2. Solution, package, task, build, parameter naming using easy-to-read naming method3. Following the optimal design, optimization, adjustment schemeB. ConfigurationSee if all of the configurations have been successful and
C ++
Code Review Criteria
0
Preface
The record problems are caused by common or basic defects in the C ++ coding process.
It is just a standard compiled by an individual. It is used for "mine clearance" in normal code writing and is not authoritative. It is now applied to my development team.
The subsequent Supplementary improvement is still a long proc
In our blog post on Efficient code review, we recommend that you use a checklist. In code review, Checklist is a great tool-they ensure that the review can be done consistently across your team. They are also a convenient way to ensure that common problems can be found and r
Some days ago someone wrote a super-wonderful blog post about the importance of selecting good programmers from mediocre groups. This article is really good, because it tells the situation and the terrible consequences, in my career I have seen too much, but it is very easy to prevent.The author tells the reality that a company needs to implement a very important module, but at this point its senior developer Mr Senior is busy. So they gave the module to the novice Mr newbie--. He spent 4 months
The article is reproduced from:Open source Chinese communityHttp://www.oschina.net
Code review can help improve code quality and avoid bugs caused by code habits. The points listed below should serve as guidance for most code reviews. For Java applications, these suggestions
expressions to find the correct words, by changing the matching string of the regular expression, you can use the same search function to find the words that meet the requirements, in this way, the three functions for searching words can also combine a method to change the matching string for searching words through mode, which is more intuitive and reduces the code length to make the code clearer. You can
C ++ Code Review level standard0 preface the record problems are all from common or basic defects in the Normal C ++ coding process.
It is just a standard compiled by an individual. It is used for "mine clearance" in normal code writing and is not authoritative. It is now applied to my development team.
The subsequent Supplementary improvement is still a long pro
Javase basic Review (1) ArrayList in-depth analysis and interpretation of ArrayList source code (JDK1.8.0 _ 92) and javasejdk1.8.0 _ 92
When learning this part of content, we need to pay attention to the problem that the collection still stores the object reference rather than the object itself.
The List interface extends Collection and declares the features of class sets that store a series of elements. U
function expansion, debugging, and code readability.
3. this program is written in C ++. For this program that requires more file operations, I think it is better to use C, because C # integrates many file operations functions, such as reading a directory and all file paths in all its subdirectories cyclically, this program uses a lot of effort to complete this function, and C # only needs a function, and the use of C # can also better achieve objec
"Code review" or "Code Review", this is a process that, when the developer writes the code, needs someone else to Review his code, which is an effective way to find bugs. As a result, w
packages involved into the vendor directory of the current project, which is also automatically created.(ii) Setting up the PHP local execution environmentOpen Phpstorm, click File--Settings, Languages Frameworks and PHP into the following interface and set:PHP language Level I've chosen PHP 7.0, which is currently up to PHP 7.1. Next is to select the Interpreter file directory, click the "Three Dots" button, and then select PHP to execute the directory. Select the Green Plus button in the up
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.