C++ junior developer
- C/C++ compiler (GCC/Clang/MSVC)
# See project files for build instructions- Follow standard C++ conventions
- Keep code clean and well-organized
- Use meaningful variable and method names
- Write clear, descriptive commit messages
- One logical change per commit
- Test before committing
- Write tests for new functionality
- Run the full test suite before pushing
- Keep tests focused and independent