Using this week and last week to finish reading the first three chapters of the Law of construction, I found a lot of things I didn't know about during the reading process.
I learned a lot of new words, such as the book "Your RP is determined by your program quality" in the phrase rp refers to the performance ratio (rate of performance) is the ratio of the actual work done to the work planned for a given time in the project or activity cycle. And the full name of VSTS is the Visual Studio Team System, a set of highly productive, highly integrated, scalable lifecycle development tools developed by Microsoft,VSTS make the whole development team have better communication and cooperation, and ensure better quality.
Unit testing is the more beneficial knowledge I learned, unit testing for how to be responsible for the module function definition as clear as possible, the module internal changes will not affect the other modules, and the quality of the module can be stable, quantitative guarantee. is a very effective solution.
Regression testing is also important, I have encountered this situation before, there is no problem with a piece of code, but after adding some content in this code, this code has a problem. This reflects the importance of regression testing.
The third chapter is about the growth of software engineers. A person's growth is multifaceted, and software engineers are the same. We should always add ourselves, improve ourselves, in addition to show their ability in the team, but also to work with other people friendly, after all, is a team.
Here is the personal feeling section, the previous program when the unit test I seldom do, always put the whole program is finished before testing test. Read the second chapter I realize that this is actually not good, because I now make up the program are some small programs, if there are problems, it is easier to find the problem, but later the program is a number of large programs, if not unit testing, there are problems difficult to solve. So, from now on, I should pay attention to unit test, develop the habit of unit test, and lay the foundation for future study work.
The method of construction Read Note 01