Refactor API naming convention for consistency #119

Merged
OragonEfreet merged 1 commit from name_consistency into main 2026-05-31 17:54:57 +02:00
Owner
  • bj_app_create -> bj_create_app
  • bj_app_destroy -> bj_destroy_app
  • bj_app_quit -> bj_quit_app
  • bj_app_run -> bj_run_app
  • bj_app_set_fixed_step_callback -> bj_set_fixed_step_callback
  • bj_app_set_fixed_step_rate -> bj_set_fixed_step_rate
  • bj_app_set_frame_rate -> bj_set_frame_rate
  • bj_app_set_setup_callback -> bj_set_setup_callback
  • bj_app_set_step_callback -> bj_set_step_callback
  • bj_app_set_teardown_callback -> bj_set_teardown_callback
  • bj_cli_get_help_string -> bj_get_cli_help_string
  • bj_cli_parse -> bj_parse_cli
  • bj_cli_print_help_action -> bj_print_cli_help_action
  • bj_cli_print_help -> bj_print_cli_help
  • bj_cli_store_bool -> bj_store_cli_bool
  • bj_cli_store_cstring -> bj_store_cli_cstring
  • bj_cli_store_double -> bj_store_cli_double
  • bj_cli_store_int -> bj_store_cli_int
  • bj_cli_store_uint -> bj_store_cli_uint
  • bj_cli_validate -> bj_validate_cli
- `bj_app_create` -> `bj_create_app` - `bj_app_destroy` -> `bj_destroy_app` - `bj_app_quit` -> `bj_quit_app` - `bj_app_run` -> `bj_run_app` - `bj_app_set_fixed_step_callback` -> `bj_set_fixed_step_callback` - `bj_app_set_fixed_step_rate` -> `bj_set_fixed_step_rate` - `bj_app_set_frame_rate` -> `bj_set_frame_rate` - `bj_app_set_setup_callback` -> `bj_set_setup_callback` - `bj_app_set_step_callback` -> `bj_set_step_callback` - `bj_app_set_teardown_callback` -> `bj_set_teardown_callback` - `bj_cli_get_help_string` -> `bj_get_cli_help_string` - `bj_cli_parse` -> `bj_parse_cli` - `bj_cli_print_help_action` -> `bj_print_cli_help_action` - `bj_cli_print_help` -> `bj_print_cli_help` - `bj_cli_store_bool` -> `bj_store_cli_bool` - `bj_cli_store_cstring` -> `bj_store_cli_cstring` - `bj_cli_store_double` -> `bj_store_cli_double` - `bj_cli_store_int` -> `bj_store_cli_int` - `bj_cli_store_uint` -> `bj_store_cli_uint` - `bj_cli_validate` -> `bj_validate_cli`
Refactor API naming convention for consistency
All checks were successful
Documentation / build-docs (pull_request) Successful in 13s
QA / cert (pull_request) Successful in 29s
Build and Test / linux-linux-gcc (pull_request) Successful in 17s
Build and Test / linux-windows-mingw (pull_request) Successful in 26s
66ede51254
- bj_app_create -> bj_create_app
- bj_app_destroy -> bj_destroy_app
- bj_app_set_setup_callback -> bj_set_setup_callback
- bj_app_set_step_callback -> bj_set_step_callback
- bj_app_set_fixed_step_callback -> bj_set_fixed_step_callback
- bj_app_set_fixed_step_rate -> bj_set_fixed_step_rate
- bj_app_set_frame_rate -> bj_set_frame_rate
- bj_app_set_teardown_callback -> bj_set_teardown_callback
- bj_app_run -> bj_run_app
- bj_app_quit -> bj_quit_app

- bj_cli_parse -> bj_parse_cli
- bj_cli_validate -> bj_validate_cli
- bj_cli_print_help -> bj_print_cli_help
- bj_cli_get_help_string -> bj_get_cli_help_string
- bj_cli_store_cstring -> bj_store_cli_cstring
- bj_cli_store_double -> bj_store_cli_double
- bj_cli_store_int -> bj_store_cli_int
- bj_cli_store_uint -> bj_store_cli_uint
- bj_cli_store_bool -> bj_store_cli_bool
- bj_cli_print_help_action -> bj_print_cli_help_action

 Please enter the commit message for your changes. Lines starting
OragonEfreet added this to the 1.0 milestone 2026-05-31 15:58:44 +02:00
OragonEfreet deleted branch name_consistency 2026-05-31 17:54:57 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
OragonEfreet/banjo!119
No description provided.