Function Convention
- All core chuck-stack function names should be
stk_
- The function name should use a noun + verb format to describe its behavior
- An example function name:
stk_table_type_create
- All function parameter names should end with
_p
suffix. For example:name_p
- All function declared variable names should end with
_v
suffix. For example:name_v
Copyright © 2024-, CHUBOE LLC. All rights reserved.