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
I buried myself in to a hole by creating 4 open methods in the API. If I want to create toggles, I need to create 4 equivalent toggle methods, which feels like cluttering the API.
Options:
Add flags to the method for toggling toggle. This feels bad, since the name of the api method is no longer appropriate
Only add toggle methods for CurlOpen and CurlOpen global, since the other functions maybe does not make too much sense to toggle. Here we can also add an api method to see whether curl is open, so users can create their own toggle methods
The text was updated successfully, but these errors were encountered:
I buried myself in to a hole by creating 4 open methods in the API. If I want to create toggles, I need to create 4 equivalent toggle methods, which feels like cluttering the API.
Options:
The text was updated successfully, but these errors were encountered: