-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Add currying pattern #1855
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
Add currying pattern #1855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the failing build and try to synchronise this PR for triggering the CircleCI build.
SonarCloud Quality Gate failed. |
…-pattern # Conflicts: # pom.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the review comments, please check why the build and SonarQube analysis are failing.
layout: pattern title: Currying folder: currying permalink: /patterns/currying/ categories: Functional language: en | ||
tags: | ||
|
||
- Decoupling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The frontmatter looks somehow messed up. Please check it.
@@ -27,6 +27,553 @@ | |||
ZK framework is licensed under LGPL and the license can be found at lgpl-3.0.txt | |||
|
|||
--> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder what is going on with these changes (such a large diff). Usually adding a new pattern requires adding only one line to this file.
#1842
Pull request description