Replying to:

@mackuba.eu I still feel even in those cases it’s a better practice to do “graceful degradation” and either disable some pieces explicitly if an API is not available or let them fail with an exception, instead of blocking access completely like this:

Kuba Suder @mackuba