|
|
|
|
|
by RommeDeSerieux
6254 days ago
|
|
I don't understand why almost every (except for Django) framework author insists on hiding regular expressions in his routing scheme and instead forcing developers to use his homegrown language with slashes hardcoded. It's not like the developers are afraid of regular expressions, are they? This is so painful, i have to undo the work of those routers sometimes to get the results i want. Luckily this is Python so it's possible to monkeypatch the implementation. |
|