Skip to content

Dev: Variable Conventions

berney edited this page Sep 15, 2022 · 2 revisions

This is the variable convention used in the source code.

Variable Type Style
environment SOME_VAR
readonly _SOME_VAR
local some_var
global _some_var
function return __function_name

See the refactor in https://github.com/edannenberg/kubler/issues/92.

Clone this wiki locally