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

[Feat] Add code formatter, type checker #4

Closed
2 of 3 tasks
pingpingy1 opened this issue Oct 24, 2023 · 1 comment
Closed
2 of 3 tasks

[Feat] Add code formatter, type checker #4

pingpingy1 opened this issue Oct 24, 2023 · 1 comment

Comments

@pingpingy1
Copy link
Owner

pingpingy1 commented Oct 24, 2023

Is your feature request related to a problem? Please describe.
As evidenced by this year's projects, different people and even the same person could be highly inconsistent in their coding style.
As such, adding a code linter for both Python and Prolog could lead to a more managable project.
Moreover, by enforcing the Mypy type checking for Python, much unneccessary time and effort could be saved from debugging simple errors.

Describe the solution you'd like
Using Github Action, I'd like to use:

Describe alternatives you've considered
It would also be beneficial to enforce such actions on the code editor like VSCode.
I should also look for extensions there.

Additional context

@pingpingy1
Copy link
Owner Author

I'm pretty sure no Prolog code formatters are available both for Github and VSCode...
I'll just need to keep the code legible... I guess?

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

No branches or pull requests

1 participant