The coding style in the program makes our programming work easier, especially for program maintenance personnel who often need to read code written by others. This is particularly prominent. Coding standards fundamentally solve the problems of program maintainers; standardized code is easier to read and understand, and it can be referenced with less effort and more quickly. For those who will maintain your code in the future, the more optimized your code is, the more they will appreciate you.