>
> I personally don't see any real reason why we should adopt such rule

The question is not why we should adopt that rule, but why do we let the 
comma at the end of the array?
 

> (also if we wanted to adopt it, we need a mechanism how to detect such 
> places and strict-warning is currently not the right way).

No problem. Search for ,\s*\R(\s*)\] in Eclipse and replace it by \R\1].

It's up to you, if you want to remove the commas, Honza. I don't put commas 
at the end of my arrays. Clean code doesn't have them at the end. Though I 
believe, that there are more important things we need to take care of.

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to