credo_module_function_ordering v0.1.0 API Reference
Modules
In a module, functions should be ordered to provide better readability across the code base by exposing the most important functions definition types first (e.g public ones) followed by the private functions The order of function heirarchy in a module from top to bottom is as follows