jahu00 / SamllHax.MapleSyrup

An attempt at implementing a single player Maple Story client
0 stars 0 forks source link

Rebuild parser in DumperProvider #13

Open jahu00 opened 1 year ago

jahu00 commented 1 year ago

Currently its mostly looking for known properties, but iterating over all properties, might be a better idea as it will help detect "new" ones.

jahu00 commented 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.