const foo = _try => to => _do => _this => _with => regular => functions =>
_try + to + _do + _this + _with + regular + functions
const foo = function(_try){
return function(to){
return function(_do){
return function(_this){
return function(_with){
return function(regular){
return function(functions){
return _try + to + _do + _this + _with + regular + functions
}
}
}
}
}
}
}
Yes, conciseness is the key here. And this really helps with composition. Some people like boilerplate, I don't.
Is funny because you have as copy on your profile: The less code you use, the less there is to break
The less code you use, the less there is to break