DEV Community

Discussion on: Elegant patterns in modern JavaScript: RORO

Collapse
 
entrptaher profile image
Md Abu Taher

I love this pattern and use this almost all the time. It's obviously informative and clearer to read.

The only time it causes problem is when we have to write same arguments over and over in different lines.