proto-verse / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

Over-Localization #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a few places in the code where functions are doubly localized. 
For example:

&REPORT_ACTBY calls ulocal(FN_BARGRAPH), but &FN_BARGRAPH wraps everything
inside a localize().

Generally I would favor limiting the use of localize() and increasing the
use of ulocal() only when it is necessary.

This is easily fixed with a careful audit of the code.

Original issue reported on code.google.com by widdis@gmail.com on 29 Jan 2010 at 3:33

GoogleCodeExporter commented 9 years ago
Fixed up in r258.

Original comment by widdis@gmail.com on 1 Feb 2010 at 7:34