Are Cloudflare Workers kind of awful?
1 points| breckenedge | 5 months ago
One issue: URL wildcard patters are way too easy to fuck up. Workers won’t match URL parameters without a wildcard, but adding a wildcard will make it start matching unintended paths.
re-thc|5 months ago
What are the alternatives?
There aren't many. Those that are potentially have worse documentation and/or issues.