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 Jan 21, 2024. It is now read-only.
It feels a bit weird to have an interface with method names like withEndPoint() in JavaScript. addEndpoint() or appendEndpoint() for example would be more appropriate naming patterns.
Caveats:
we don't control those names since it's all in AMF
should we add method with the right names that point to those methods? if so, how can it be maintained easily?
The text was updated successfully, but these errors were encountered:
It feels a bit weird to have an interface with method names like
withEndPoint()
in JavaScript.addEndpoint()
orappendEndpoint()
for example would be more appropriate naming patterns.Caveats:
The text was updated successfully, but these errors were encountered: