Skip to content
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

#102 simplify syntax #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

minajevs
Copy link

@minajevs minajevs commented Oct 2, 2018

Fixes #102


const parameters = Reflect.getMetadata('design:paramtypes', target);
if (parameters && Array.isArray(parameters)) {
const injectionsMd: IInjectionMd[] = MetadataAnnotator.getMetadata(INJECTIONS_MD_KEY, target) || [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Thank you for your pull request, I really appreciate your input. Do some changes so I can merge it, just simplify this expression so it can be read and understood easily by others. Getting rid of logical "OR" and putting things in self-describing variables might suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants