Open jahu00 opened 1 year ago
Currently parsing happens in class constructors, however this makes logging and adding different behavior for errors more difficult. Adding a class that does all the parsing and produces dumb objects might be a better idea.
Currently breaking on errors is fine, but later on, errors can be ignored and logged, or ignored entirely. Being able to flip a setting to change this behavior would be great.
Currently its mostly looking for known properties, but iterating over all properties, might be a better idea as it will help detect "new" ones.