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

FR: Searchable API Reference #6119

Open
sschneider-ihre-pvs opened this issue Oct 15, 2024 · 1 comment
Open

FR: Searchable API Reference #6119

sschneider-ihre-pvs opened this issue Oct 15, 2024 · 1 comment

Comments

@sschneider-ihre-pvs
Copy link

It would be nice to have the ability to find already well known functions from FP within the std. Currently you need to know in which submodule to look for a search but if you are unsure you pretty much have to search in the complete sourcecode.

Additionally I think it would be helpful if there are already common names out there and there are defiations that there would be a reference added to make transitioning easier. For example, if you know some thing like mergeAll already, which is not in the std, it might be helpful to reference to deepMerge at least, if there is no merge maybe someone can go from there like [].reduce(deepMerge) or so to get the same result as before. or if something general like omit gets a different name like exclude or something

@sschneider-ihre-pvs
Copy link
Author

oh and by searchable I mean something simple as https://selfrefactor.github.io/rambda/#/ for example

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

No branches or pull requests

1 participant