fallout2-ce icon indicating copy to clipboard operation
fallout2-ce copied to clipboard

The project needs refactoring

Open JordanCpp opened this issue 1 year ago • 4 comments

I suggest the following actions.

  1. Make all functions static classes by file name
  2. Put extern variables inside classes.
  3. Break dependencies through the constructor.
  4. Split classes into smaller classes.
  5. Remove static from classes as refactoring progresses.

Is that interesting to you?

JordanCpp avatar Apr 28 '23 07:04 JordanCpp