> On Jul 18, 2017, at 5:41 AM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > > I can see these event name changes haven’t been reverted yet. Do you want me > to do that for you?
No. The consensus was that the compiler needs improvement to replace static constants with string literals and for now to not enforce one way or the other. Until the compiler is fixed, my personal preference remains to use string literals. > > I also note the code is using "”+requestStatus to convert a number to a > string. Any reason for not using the toString or String(requestStatus) > instead? It’s more concise. > Thanks, > Justin