In the new GM-html5, we see some new functions, e.g.
YoYo_AddVirtualKey YoYo_DeleteVirtualKey YoYo_GetTimer YoYo_HideVirtualKey YoYo_OpenURL YoYo_ShowVirtualKey
For me, these are weirdly named.
-1 YoYo has nothing to do with the function. It's just an extra word. No-biggie, however...
-2 Odd capitalization. GML has ALWAYS only used lower-case letters. E.g. instance_position() place_meeting() ini_open() etc etc.
These functions not only have capital letters, but it's a mix. Capital letters+lower case.
-3, and breaking the gml convention of using _ as a space between words, we now have no space (words distinguised with new word starting with capital letters)
I just don't really like it. I'm not opposed to this 'style', in fact it's quite nice, but I just dislike the mixing of the two.
I guess it's too late to do anything about it now, and when GM9/studio comes, we'll continue to see these functions, and no doubt, a few more to come.
yoyo_show_virtual_key()
yoyo_open_url()
show_virtual_key();
open_url();
YoYo_InstancePosition();
InstancePosition();
YoYo_open_url();
I dunno, what do you guys&gals think?











