frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
55 stars 37 forks source link

Break up GedcomParser #85

Closed frizbog closed 8 years ago

frizbog commented 9 years ago

GedcomParser is a magic class, with too much in it. A better way to deal with this would probably be a whole package of classes centered around parsing tags, and have GedcomParser orchestrate that activity, rather than doing it all itself.

Visitor pattern may apply nicely here.

frizbog commented 8 years ago

I've started work on this.

frizbog commented 8 years ago

This is complete in the v3-development branch.

frizbog commented 8 years ago

Released in v3.0.0