All Questions
1 question
2
votes
2
answers
3k
views
Validate fields in Python dictionary using dictionary of lambdas
I would love some feedback on this. I use it to validate web-form objects before persisting them in the dangerously-lazy MongoDb. I have a class and many validators for each of my collections. Is ...