iheartradio / open-m3u8

Open Source m3u8 Parser
Other
248 stars 94 forks source link

Separate validation from builders #4

Open Wopple opened 9 years ago

Wopple commented 9 years ago

Currently some of the builders perform validation to ensure the data is representative of the specification. The responsibility for validation should be its own component. The builders should only be concerned with building the type.

derjust commented 9 years ago

Just as a bunch of items to consider (as just hit them - might be split up in dedicated issues when they are worked on):

Wopple commented 9 years ago

WIP: https://github.com/iheartradio/open-m3u8/tree/validation