5 ms·
That seems backwards to me. I put the operator on the previous line so I know the expression has more parts coming. In your example, I don't know SET BAR = 1 i
by dozenal 12y ago
That seems backwards to me. I put the operator on the previous line so I know the expression has more parts coming.
In your example, I don't know SET BAR = 1 isn't the end until I read the next line.
- Pxtl 12y agoDifferent strokes I guess. I've tried both ways and I've found this one pleasant for scanning down an expression. I mean, it's kind of the SQL analogue to the MyObject .Child .Grandchild .ItsMethod(stuff) .HeyThatReturnedAnotherObject() .MoreObject(moreStuff)