-
Change the order of arguments in OptCheck constructor · d64e0837
That makes the code style much better. Side note: I was thinking a lot about storing the checking rules separately in some file format. Finally I decided not to do that because: - I want avoid additional parsing (these rules are static anyway); - the rules include a lot of special cases and exceptions, which don't look pretty in any format.
Alexander Popov authored
×