Page 1 of 1

correct/better English DSL

Posted: Sun Oct 31, 2010 4:04 pm
by koen.h
My access control code provides a domain specific language (DSL). Some uses of it reads a bit awkward (I think): mainly the parts where 'any' is used. You can see how it works on the github repo:

http://github.com/koenhoeymans/PHPAcces ... olTest.php

I would appreciate suggestions on how to improve this. Eg I could use 'all' instead of 'any' if that is better/more correct/more natural English. In the end I would like to have the possible combinations to read as naturally as possible.

Thoughts/Suggestions?