queirozfcom / rachinations

Other
2 stars 0 forks source link

DSL parser should probably be more strict #83

Open queirozfcom opened 9 years ago

queirozfcom commented 9 years ago

I'll probably need to extract the whole thing (parameter parsing) to a module so as not to make it overly complex.

I think I need something like command-line parsers (e.g. trollop) but for method arguments, to make sure that objects get built correctly and data doesn't get corrupted from the get-go.

queirozfcom commented 9 years ago

The type of exception raise (i.e. BadDSL) should also be standardized