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

[in-review] Some code-optimisations necessary for the project #1281

Conversation

imahmedismail
Copy link
Contributor

This PR includes the following changes:

  • Add credo 1.7 to the project
  • Remove credo-warning by replacing the IO.inspect/1 with Logger.info/1
  • Remove consistency issues in the code
  • Remove some code-readability issues like:
    • Module names should be written in PascalCase
    • Module attribute names should be written in snake_case
    • Numbers larger than 9999 should be written with underscores: 10_000 etc

Note: Testcases are all green.

 - Module names should be written in PascalCase
 - Module attribute names should be written in snake_case
 - Numbers larger than 9999 should be written with underscores: 10_000 etc
@benwilson512
Copy link
Contributor

Hi @imahmedismail while some of the individual changes in here (most notably the test module name changes) would be good, I have no interest in adding Credo to this project.

You are welcome to open a PR with just those changes, thanks!

@imahmedismail
Copy link
Contributor Author

Okay cool, I'll push those changes.. in a new PR!

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.

2 participants