I note that 5.1 is going to start the process of deprecating the old standard mode JSAPI, to support only enhanced mode going forwards, presumably from 5.2 or 5.3. Sadly, I have a ton of code that is all written using the standard mode! So I was thinking...
In the same way there are online services for .NET developers that let you paste in a chunk of VB.NET code and it has a fair stab at generating the equivalent in c#, how easily could someone produce a "conversion" utility that can parse a standard mode function and generate the equivalent in enhanced mode? I wouldn't expect it to be anything too amazing... even if you had to paste code in one call at a time and then it only got it perfect 80% of the time, it would still save a heck of lot of frustrating and error prone effort.
Thoughts anyone?