You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
On my opinion this approach has some severe drawbacks:
Not straightforward. Users need some sacred knowledge to make use of this API: that there's some class in the library with static methods which affect library behaviour
Not flexible. No way to specify Client Lib ID on the fine-grained level (i.e. instance of client). Also, static methods mean no way to override them.
Not testable. Users of the library have to jump through hops to unit-test their code
The text was updated successfully, but these errors were encountered:
The approach introduced in #34 assumes that library users will use the following code to set this identifier globally:
On my opinion this approach has some severe drawbacks:
The text was updated successfully, but these errors were encountered: