View Single Post
  #15  
Old 03-07-2004, 11:12 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
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!
__________________
Reply With Quote