If it is a personal project, then when you iterate and update in the future, you will not be confused when you look back at your code, reducing maintenance costs
If team collaboration is required, reduce unnecessary burden when reviewing and learning from each other's codes
If the project is open source and your code is forked, it will be relatively easy to understand your code and increase the possibility of contributing code to you
The two translations are for reference only: How Google does code review Why Google implements strict code writing standards
Code standards have several benefits
If it is a personal project, then when you iterate and update in the future, you will not be confused when you look back at your code, reducing maintenance costs
If team collaboration is required, reduce unnecessary burden when reviewing and learning from each other's codes
If the project is open source and your code is forked, it will be relatively easy to understand your code and increase the possibility of contributing code to you
The two translations are for reference only:
How Google does code review
Why Google implements strict code writing standards