My review code is the word Statistics Code of 12061159 Zhang Yingchun.
Disadvantages:
(1) The Code has few comments. Although there are some comments, many key codes do not have comments and are hard to understand.
(2) In the code, if else is too nested, and sometimes the logic is difficult to distinguish and should not be read.
(3) regular expressions do not express well. After separation, you must determine whether it is a word or not. Error-prone and troublesome.
Advantages:
(1) Each module of the Code has a clear structure and clear thinking.
(2) Naming rules are well understood.
(3) Use a hash table to worship the gods ....
(4) code indentation is very good .. (You have discovered obsessive-compulsive disorder for a long time, so you can get it from reality)
(5) The main function is fully considered,
Code mutual application report