http://qs321.pair.com?node_id=621952


in reply to How Much Is Too Much (on one line of code)?

I've seen lines of code that are a lot longer than that. Hell, I've even written longer than that myself

My personal opinion is that you should put as much on the line as needs to be there. If you can't logically split a statement over multiple lines then put it all on one.