Skip to content

Pull Requests

David Churchill edited this page Mar 20, 2020 · 1 revision

Desired Pull Requests

If you would like to contribute to this project, there are several desired pull requests that you could make, even with very little coding knowledge! Here is a list of things I would like to accomplish that I do not have time to do right now, that would make the project overall a much cleaner, nicer codebase to work with:

  • The desired naming scheme for private class variables is m_varName, which stands for member variable name. When I originally programmed the AI, I used _varName, which is still littered throughout the code. Any pull requests making more of this change would be highly valued. Please title your pull request m_varName changes
  • The desired white space of the project is tabs = 4 spaces, but there are still instances of tabs in the code base. If you find any stray tabs and convert them to spaces, this would be great.
Clone this wiki locally