Under the recommendation of Mr. Wang, I finished reading the book in about 1 months. Feeling really benefited and felt a lot. This book is called: Code complete
, as the book says, this book is about the software-building technology needed to reach the important milestone of "coding done," exactly how to write high-quality code.
High-quality code can be said to be a cost-saving issue or a software security issue. Especially for software developers in the financial industry,
It is particularly important to improve the quality of software. In order to enable us to write high-quality software, the book describes the software-built
In all aspects, the readability of the source code, class and function naming, variable naming, data type and control structure, code layout, and other basic elements of programming are discussed in detail, as well as defensive programming,
Effective development practices such as table driving, collaborative building, developer testing, and performance optimization. The book also shows a lot of high-quality code as an example, as well as low-quality code for comparison.
For me, which already has a certain programming foundation, and I want to be able to write more high-quality code, no doubt indicates the direction of the effort and the standard Guide to practice.
Code Daquan Review 1th