Quote:
Originally posted by Kaimetsu
Well, I only combine lines if they're essentially the same, so an error in one would be an error in both. It's usually not necessary to split them up in that case.
Besides, I normally only do it for really simple stuff, like:
this.x=10; this.y=20;
I don't consider those separate operations - they're two parts of the same basic task.
|
i dunno
if you like typoed
this.x=10; thiss.y=20;
it might be pretty hard to find the error since theres 2 things going on!