As a major undergraduate in computer science and technology, the study of a wide range of things, and "modern software engineering-the law of construction" this book is at some level, has become my study of software engineering Enlightenment book.
Software engineering includes five main areas: Software requirements analysis, software design, software construction, software testing and software maintenance.
Software is done by a number of people, different workers have a dependency on each other. The basic personal skills and processes that I have come to know about unit testing, regression testing, performance analysis, and personal software development processes.
Originally felt that the software is written, finished, you can publish, why some software has been written for several years did not release, watched the unit test only know if the beginning did not write unit testing to ensure that the software within a module internal changes will not affect the other modules, then there will be a lot of small errors, In particular, the bugs found later in software development will take more time to fix. To write unit tests, it must be written by someone who is most familiar with the code, because the author of the Code understands the purpose, characteristics, and limitations of the code.
The modern software engineering in my eyes-the method of construction.