Tom Tromey writes: > It was mentioned elsewhere in this thread that some code assigns to > arguments.
The style guide should clarify that parameters named aFoo should not be assigned to. Otherwise that defeats the purpose. Non-const references are the exception. If these are really needed, then something in the name would be helpful. Something specific to non-const references would be nice, but 'a' is better than nothing. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

