Spend some days working on setting up my build system with formatting and linting rules, even if I’m alone working on this. ESPECIALLY if I’m alone working on this.
This project will take several years at least, it’s important that I have
something that force me to be consistent in my design choices (maybe it
will keep me from starting this project over and over again). Also, I’m
not a professional C++ programer, I know C++ from personal hobbies, but
haven’t used it with professional rules. Maybe I have bad habits with it,
or I do something that is outdated (like using NULL
instead of nullptr
).
Those tools will also help me learn new things I think.
Now, it’s time to actually do some shit for the game.