Hacker News new | ask | show | jobs
by Retr0id 529 days ago
> if I need to write something like a wrapper around some cloud provider SDK that I’m unfamiliar with

But "writing a wrapper" is (presumably) a process you're familiar with, you can tell if it's going off the rails.

1 comments

Writing a wrapper is easier to verify because of the context of the API or SDK you're wrapping. Seems wrong? Check the docs. Doesn't work? Curl it yourself.