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

thinkdigitalsoftware-namespace-fix #15

Merged
merged 2 commits into from
Dec 27, 2019

Conversation

ThinkDigitalSoftware
Copy link
Contributor

add links to github repo in pubspec.yaml
Bring namespace.dart up to pedantic standards and add types where I could
to make it easier to understand what parameters were required.

// upon error, short-circuit
if (err) return fn(err);

// if no middleware left, summon callback
if (!fns[idx + 1]) return fn(null);
if (fns.length < index + 1) return fn(null);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please verify that this still doesn't what's intended

///
/// TODO: Fix this description or code. Add type parameters to [fn([_])]
///
Namespace clients(fn([_])) {
Copy link
Contributor Author

@ThinkDigitalSoftware ThinkDigitalSoftware Dec 18, 2019

Choose a reason for hiding this comment

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

@jumperchen Referenced in issue #14. Please follow up on that before merging this PR

Copy link
Member

Choose a reason for hiding this comment

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

Ok, I will review it later.

@jumperchen
Copy link
Member

@ThinkDigitalSoftware Thanks for the contribution.

@jumperchen jumperchen self-assigned this Dec 25, 2019
@ThinkDigitalSoftware
Copy link
Contributor Author

ThinkDigitalSoftware commented Dec 25, 2019 via email

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.

2 participants