krakenjs / spud

A content store parser, reading a java .properties-like format
Other
14 stars 9 forks source link

Refactor #6

Closed aredridel closed 10 years ago

aredridel commented 10 years ago

Cleans up the internals and uses streams2 throughout.

Breaks the interface (used only by one internal tool) for auto-inheriting when registering serializers and deserializers.

I'd love to break the interface once more in the future, simplifying some of them.

makara and bundalo and localizr all work with this version, though.

grawk commented 10 years ago

This looks good to me. I also installed it into the kraken-examples and tested that it's working well with bundalo and localizr :+1: