Unreal Engine C++ My Programming Standards
The class organization is important for keeping both the header files and code files readable and future-proof. Naming conventions improve the clarity of code and will keep all of my future work maintainable. I also find it important to format my functions in a certain way, this is useful especially in the case of too many nested if-statements. It can make code hard to read and modify later down the line.