Re: Line splitting for really long commands?
Posted: Sat Dec 03, 2011 1:59 am
I use a single 26" monitor... because I regularly have two docs open at a time, so I don't want my IDE to take up more than half of the screen width.
My preference for line splitting has more to do with simplifying the reading...
My preference for line splitting has more to do with simplifying the reading...
Code: Select all
FunctionBeingCalled ( OneLongParameter1,
OneLongParameter2,
OneLongParameter3,
OneLongParameter4,
OneLongParameter5,
OneLongParameter6,
OneLongParameter7,
OneLongParameter8)

