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
We could simplify our API to consider type: 'local' by default when creating an interceptor, making type an optional parameter.
Pros:
Simpler to get started;
Less mental overhead of comparing local vs remote interceptors when just starting with Zimic;
Will work in most testing scenarios.
Cons:
Users might never realize that type: 'remote' exists
To help with the only con I see, we could improve our documentation to encourage starting with a local interceptor, without passing any type, and point to other pages explaining advanced use cases with local and remote interceptors.
The text was updated successfully, but these errors were encountered:
The most important one is the contributing guide showing how to fork and run the project, an overview of the packages and architecture, and our philosophies and guidelines. Would you like to wait for them before taking implementation tasks?
I expect to add the contributing guide and the issues/discussions templates by next week.
In the meantime, there are two tasks related to the documentation and the examples that may be good first issues too. Let me know if you are interested in working on them.
We could simplify our API to consider
type: 'local'
by default when creating an interceptor, makingtype
an optional parameter.Pros:
Cons:
type: 'remote'
existsTo help with the only con I see, we could improve our documentation to encourage starting with a local interceptor, without passing any
type
, and point to other pages explaining advanced use cases with local and remote interceptors.The text was updated successfully, but these errors were encountered: