/
Naming convention for table parameters
Naming convention for table parameters
We use this naming convention.
All lower case.
Prefer short single words if possible
Words separated by underscore characters _
Preferred | Instead of | Why |
---|---|---|
key | password | Better to be consistent with the use of key If we can |
organization | Organization | Small case |
space | ConfluenceSpace | Space is shorter and has less redundant words in front of it. |
user | username | This gives the same information and is shorter. |
See Naming Convention.
See Using a table as a function argument
, multiple selections available,
Related content
Shell Adapter
Shell Adapter
Read with this
Naming Conventions for Functions and Variables
Naming Conventions for Functions and Variables
More like this
Using a table as a function argument
Using a table as a function argument
Read with this
Lua Coding Best Practices
Lua Coding Best Practices
More like this
LDAP Authenticator
LDAP Authenticator
Read with this
Since Iguana is Lua Centric
Since Iguana is Lua Centric
More like this