Hi Glenn,
If you would like to create an 'optional' aliasing module that people can include, feel free to do that. You could easily create one automatically by iterating through all of the app object methods and other various object methods. I can send you the app.js file which contains all the objects if you like.
All samples and docs will continue to use the DroidScript convention though, but I'm sure your eyes will get used to it after a while. My eyes have got used to many conventions and styles over the years as I have worked with Pascal, Assembler, VB6, C, C++, C#, Java and JavaScript in my professional career (>20 years).
One thing that you should bear in mind when using DroidScript is that it is primarily intended to be used as an entry point into learning general software development... and as such the chosen conventions are carefully designed to allow users to easily 'cross over' to the most popular languages used in industry such as C#, C++ as well as Java of course :)
Hope that makes sense.
Regards
David