janhohenheim / Hippocrates

No longer maintained, actually usable implementation of NEAT
GNU Affero General Public License v3.0
63 stars 12 forks source link

Conform to official C++ guidelines #95

Open janhohenheim opened 7 years ago

janhohenheim commented 7 years ago

Document
Repo
This brings following changes

Issue Current Guideline Relevant section
naming inconsistent, leaned on C# snake_case, namespaces singular NL.10