|
|
|
|
|
by jannotti
4772 days ago
|
|
Pretty neat. A simple transform, but I prefer this style and miss C's static in some cases. The doc says that the transformed variable name uses the method name for a suffix to avoid name clashing. But it needs to use the signature, right? Else you would have clashes for two methods with the same name (but different arguments). I think it should also use $, since that's the convention to avoid clashes with user defined names. |
|