Refactoring Classes #1: The BaseCharacter Class pt.1
Published:
Lately I’ve been looking over my Character classes (mainly the Base Character and Main Character classes) and have been wanting to refactor them since their lengths are quite large. These classes contain lots of necessary functions, but idealy these specific functions should be split into components/classes of their own. This cleans things up and makes usability much easier. So in this small series I’m going to be discussing my process with refactoring them.