Hacker News new | ask | show | jobs
by th0br0 4055 days ago
A platform that uses consecutive app ids which are pure integers and which you can actually crash (as in, service returns {error: "INTERNAL_ERROR"} if you provide an app id > INT64_MAX ) isn't really trustworthy from my point of view...
1 comments

To be fair, the server isn't crashing, it's sending a 500 instead of a 404, but that needs to be fixed. Thanks. :)
(Fixed)