Are Cloudflare Workers kind of awful?

1 points by breckenedge ↗ HN
Been dealing with a legacy collection of CloudFlare workers and wondering why anyone would ever choose this technology.

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.

1 comment

[ 3.0 ms ] story [ 14.7 ms ] thread
> why anyone would ever choose this technology

What are the alternatives?

There aren't many. Those that are potentially have worse documentation and/or issues.