webapi-parser icon indicating copy to clipboard operation
webapi-parser copied to clipboard

JavaScript-friendly method names

Open postatum opened this issue 6 years ago • 0 comments

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?

postatum avatar May 17 '19 06:05 postatum