4 ms·
It is more readable and better option — you have to parse it from the innermost function to the outermost just to understand what it's doing. With the pipe, it'
by navalino 1y ago
It is more readable and better option — you have to parse it from the innermost function to the outermost just to understand what it's doing. With the pipe, it's more straightforward: you read it step by step — do this, then that, then the next — just like how you'd naturally read instructions.