ljmotta commented on PR #2456: URL: https://github.com/apache/incubator-kie-tools/pull/2456#issuecomment-2231296228
@danielzhe Well, I can use the same question for `atStart`/`atEnd`. `atStart` and `atEnd` of what? 😄. Both questions are answered by the API, as for now we have `addInputAtStart`, `addInputAtEnd`, `addOutputAtRightOfIndex`, and`addOutputAtLeftOfIndex`. I just mentioned the one I preferred because I saw the Output column had a different set of methods. I wasn't sure if you were experimenting or not. > If we want to force some standardization that is just a "personal preference", we should force it in ESLint. Also, yes, it has private methods. Actually, the methods are private by default. You're not using the `private` keyword, only the `public` keyword. But as I said, for this case, leave the code as you wish. It's just something that I noticed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
