kotovdv/RichValidation

Modify expression structure

Closed this issue · 0 comments

  1. Get rid of Value class - it feels like a one more useless abstraction at the moment.
  2. To work with RuleDictionary efficiently - each piece of Expression should have information what kind of fields are being used inside of them. With current implementation, where Expression only knows about Value class - it is impossible.