Hacker News new | ask | show | jobs
by ramses0 1533 days ago
> - wrappers around third-party libraries.

That's an "acceptance test" or "fit for purpose" test in case you're looking for industry terms.

Closely related is "law of demeter" (the law of one dot), as it buffers you from changes in dependent API's.