Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#123 Change naming conventions to lower_snake_case #124

Merged
merged 5 commits into from
Oct 7, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 7, 2023

To enhance compatibility of naming conventions with existing STL implementation, almost all custom types in the project have been changed to the lower_snake_case format.
One exception is applied to template arguments because they are conventionally named in UpperCamelCase format.
Additionally, example codes in the README.md have also been changed to follow the changes in naming conventions.
The above changes gurantee no compatibility with the earlier version of the fkYAML library.

#123

@fktn-k fktn-k added this to the Release v0.1.0 milestone Oct 7, 2023
@fktn-k fktn-k self-assigned this Oct 7, 2023
@fktn-k fktn-k merged commit 7222df2 into develop Oct 7, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/123_change_type_naming_conventions branch October 7, 2023 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant