fallout2-ce
fallout2-ce copied to clipboard
The project needs refactoring
I suggest the following actions.
- Make all functions static classes by file name
- Put extern variables inside classes.
- Break dependencies through the constructor.
- Split classes into smaller classes.
- Remove static from classes as refactoring progresses.
Is that interesting to you?