5 ms·
What's wrong with breaking up function arguments onto multiple lines?
by attack 18y ago
What's wrong with breaking up function arguments onto multiple lines?
- ivankirigin 18y agoPlacement of the arguments. I sometimes group them logically, but more often than not, I just want the call to occur on a single line. The reason fewer lines is better is that you can see more of the code at the same time. That's why flipping a monitor vertically is a good idea.