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

Refactor namespace naming in SICP exercises #144

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

SmetDenis
Copy link
Owner

Standardized namespace naming convention across all SICP exercises by replacing underscores with hyphens. This maintains consistency with the Clojure naming guidelines and improves the readability of the code.

Denis Smet added 2 commits January 31, 2024 03:52
Standardized namespace naming convention across all SICP exercises by replacing underscores with hyphens. This maintains consistency with the Clojure naming guidelines and improves readability of the code.
Updated the namespace reference in the file ex_1_15_test.clj to adhere to Clojure naming conventions. The underscores in the namespace name have been replaced with hyphens for better readability and standardization across the project.
@SmetDenis SmetDenis merged commit 5337021 into main Jan 30, 2024
1 check passed
@SmetDenis SmetDenis deleted the fixes-lint-warnigs branch January 30, 2024 23:57
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.

1 participant