Skip to content

add converge implementation#24

Open
erdivartanovich wants to merge 1 commit intorepeale:mainfrom
erdivartanovich:Converge
Open

add converge implementation#24
erdivartanovich wants to merge 1 commit intorepeale:mainfrom
erdivartanovich:Converge

Conversation

@erdivartanovich
Copy link
Copy Markdown

Hi, I've tried to implements FP interface in go, but then I saw that you have achieve more implementations here.
So I decide to use this package instead. But I think I need something close to Ramda Converge.
So maybe this could be added here

Add Converge implementation

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 25, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7f1a9fe) to head (7cc0526).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        13    +1     
  Lines          369       371    +2     
=========================================
+ Hits           369       371    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@repeale
Copy link
Copy Markdown
Owner

repeale commented Sep 26, 2022

Hey @erdivartanovich thanks for contributing.
I'm wondering if:
1 - there is not a way to keep the same signature, keeping the array. If you tried which challenges did you faced
2 - if there is a different way to achieve the same result. Thinking about splitting the problem in two, applying a value to a series of functions and running a function over the results.
Happy if you are going to use the lib!

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