What dominic said. My limit is 200-300 lines.
also in vim I use an autoclose plugin which most the time prevent this
kind of issue. Also I use semicolons =)
On Oct 28, 9:22 am, Axel Kittenberger <
axk...@gmail.com> wrote:
> > On Fri, Oct 28, 2011 at 4:40 AM, Mark Hahn <
m...@hahnca.com> wrote:
> > Shouldn't that be an editor feature?
>
> It is up to a certain degree. I think I explained it in the original post.
>
> > On Fri, Oct 28, 2011 at 3:56 AM, Dominic Tarr <
dominic.t...@gmail.com>wrote:
> > another thing, why do you have long js files?
>
> > it's only my opinion, but if a file gets longer that 200 lines, it's time
>
> to refactor.
>
> My personal opinion is, structure is not necessarily gained through
> splitting. A ton of files is not naturally better factored than one good js
> file. The one exception was the concern of this thread :-)
>