dkornishev / dherkin

Cucumber gherkin runtime for dart
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

Thin out gherkin_model.dart #32

Closed dkornishev closed 10 years ago

dkornishev commented 10 years ago

It has been invaded by a lot of new classes. Some of them should move to a different file.

Goutte commented 10 years ago

I'm partisan of "one class per file", I dumped everything into gherkin_model because that's where everything was. Wanna do it, or shall I ?

dkornishev commented 10 years ago

I think one class per file is excessive. Not to mention the need for 'part of' and 'part' directives