[JSMentors] Re: String Concatenation Performance

2011-10-18 Thread RobG
On Oct 19, 10:58 am, RobG wrote: > On Oct 15, 6:25 am, Jess Jacobs wrote: > > > Hello everyone, > > > I ran into an interesting issue while trying to prove that adding string > > concats to a long running string simply to fit the "80 char/line" idea was > > not a good thing. > > >http://jsperf.

[JSMentors] Re: String Concatenation Performance

2011-10-18 Thread RobG
On Oct 15, 6:25 am, Jess Jacobs wrote: > Hello everyone, > > I ran into an interesting issue while trying to prove that adding string > concats to a long running string simply to fit the "80 char/line" idea was > not a good thing. > > http://jsperf.com/string-concat-vs-long-lines > > I discovere