dime-worldbank/Disease-Modelling-SSA

Change string based variables with set names to enums where possible

RobertManningSmith opened this issue · 1 comments

Some things in the model would be better if written up as enums. We have several things such as names of behaviours, attributes relating to people etc.. that we have set names for, and will only ever be one of the set names for.

Changing these to enums would be a better data type

Also going to make some variables private for better encapsulation