Coding standards a set of conventions and practices used in software, such as naming classes, variables, and files.
-2
votes
1answer
230 views
Mobile Javascript Coding Standards Cueme browser
Is there a more generic Javascript Standard of Mobile Handheld devices.
I could refer to the following links for generic standards.
http://javascript.crockford.com/code.html or
...
2
votes
0answers
104 views
Script language native extensions - avoiding name collisions and cluttering others' namespace
I have developed a small scripting language and I've just started writing the very first native library bindings. This is practically the first time I'm writing a native extension to a script ...