-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Function names should be in kebab-case #46
Comments
I can work on a refactor in a branch and see how much change is needed for the end user. A script and/or instructions could be added for the renaming needed. |
That would be great. I've been working on a branch You might want to work on that branch if you want, that can be shipped with version 2.1.0. However I believe there will be a lot to rename, for example |
I'll make a fork from that branch and create a pull request with the refractors. |
An official CLI tool to check on these: https://github.com/typst/package-check |
This project was created long before when Typst starts to recommend kebab-case function and variable names. A total refactoring will mean that users will have to accept enormous breaking changes and replace everything manually in their existing project.
We have to evaluate the cost and benefit of this.
The text was updated successfully, but these errors were encountered: