Ensiss / pokebot

A bot (trying) to play Pokemon Fire Red
MIT License
13 stars 2 forks source link

Data class #3

Closed Ensiss closed 9 years ago

Ensiss commented 9 years ago

The Data class and its members are a huge mess. The functions names are not consistant through sub-classes (class.getX() vs class.x() for getters) and the attributes are public for some classes and private with a getter on others. It makes remembering how to access data harder.

A coherent naming/accessing convention should be decided and applied on the whole structure.