-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REFACTOR] shorten imports #603
Conversation
❓ according to you @aibcmars what is the advantage of using callback over raw function call (noob question 😄)? |
src/component/parser/xml/bpmn-json-model/baseElement/resource.ts
Outdated
Show resolved
Hide resolved
Here it is only about the signature, if we pass someFunction() as a parameter the actual parameter will be what someFunction returns. |
@aibcmars I was reviewing again this PR and IMHO which should split it as it covers 3 different topics. |
I have extracted these 2 minor changes and created 2 separate PRs, |
f49a382
to
aab57f8
Compare
No description provided.