Skip to content

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.


// 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