Upper case lower case conventions for screens, procedures, global variables and local variables names

for creating extensions there are the following conventions: UpperCamelCase for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names

example:

you can use the same conventions for your app

also @Peter came up with some naming conventions here

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by

Taifun.

2 Likes