Where to wrap a line of code, especially long argument lists? [closed]
问题 What's your preferred way of wrapping lines of code, especially when it comes to long argument lists? There has been several questions relating to wrapping lines (such as When writing code do you wrap text or not? and Line width formatting standard), but I haven't been able to find one which covers where to wrap a line of code. Let's say we have a line of code that keeps going and going like this example: int SomeReturnValue = SomeMethodWithLotsOfArguments(Argument1, Argument2, Argument3,