Input of one function comes from the output of another function.
π simple defination of function composition that i could find.
In functiona P...
For further actions, you may consider blocking this person and/or reporting abuse
You see... I cannot even write a technical comment - without the platform dropping it - anymore.
You know... some days ago I made a comment where I introduced the concept of Z-combinator for call-by-value languages for the author of an article.
I used that Cat from Shrek El Gato con Botas to weave it into a Zorro narrative.
Well that got deleted too.
Dev.to nowadays is sort of like a crossbreed of the movie Idiocracy and 1984.
A sort of... really heavy marketing-only, corporate, adultkindergarten.
That's true to some level, I don't know why you comment got delete, maybe because of too long or similar to how youtube AI detector is not working correctly. Explaing with analogy is the best way to learn.
Software domain is just sad rn and dieing faster and i would have thought
You should check your Github Issues.
You have a message waiting for you.
ohh thanks for the problem to solve. But i don't want to compete with ThePrimeagen.
Please... pretty please do it.
That guy's code can beaten from Python (vs. Rust release build, optimized).
@biomathcode I've been looking for a single dev for 2 years... I'm running out of Jon Snows.
Why we don't use proposal pipeline operator? Which is give composition without any library or helper function, and very useful in multiple case.
Pipeline operator handy even simple log:
in react also handy this syntax sugar.
or better
I think there are two proposals for the pipeline operator. There is one where the operator behaves exactly like
pipe()and the other proposal adds more features to it (they call it smart pipeline).I like the idea of the simple pipeline but I imagine that a large part of the javascript community would not like such a limited feature. It would force them to learn about partial application, unary functions, and currying; in other words it would impose a specific style of programming on them. If it doesn't make their life easier they would just ignore it.
Thanks to both of you! I was not aware of this new experimental pipeline operator. I like the syntax that peter has used. as per the current mozilla docs it is still in stage 1, so i don't think we can use the operator just for now. Operators have made our life easier a bit, so much time i use ? : , then using if else. I think we are moving to more simplified and less bracket world of programming.
If you would try pipeline operator, then you found in this parcel bunlder setup: github.com/Pengeszikra/react-base , react can easy remove from this.
Eslint give correct result. But one more trick for VS-Code don't show error in
Sure will give it a try!