Identifiers

Identifiers should be written in snake_case.

Examples:

int32_t my_variable{};
uint64_t total_cost{};
float64_t score{};