Closed hibri closed 10 years ago
IMHO to take advantage of static typing, maybe the "method" parameter should be moved to be an Enum instead of a string. This way, it would be impossible to swap the parameters.
I agree. That's a good idea. Need to do the parsing only when it first receives the request
IMHO to take advantage of static typing, maybe the "method" parameter should be moved to be an Enum instead of a string. This way, it would be impossible to swap the parameters.