More related to the article, the author mentions that routing order is a problem with Sinatra. Is this not common to all route matchers?
What different behaviour would make sense? Obviously once a route is matched it should be executed, so is the issue here the way route ordering is done? What order would make more sense than ordering in the way the routes are defined?
More related to the article, the author mentions that routing order is a problem with Sinatra. Is this not common to all route matchers?
What different behaviour would make sense? Obviously once a route is matched it should be executed, so is the issue here the way route ordering is done? What order would make more sense than ordering in the way the routes are defined?