We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At some point we may find that we want some styles enforced beyond basic code formatting. For example, we may want to require typespecs on public functions, or we may want to enforce a certain order of elements in a module. There's some interesting discussion of credo here https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
follow-on to #35
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At some point we may find that we want some styles enforced beyond basic code formatting. For example, we may want to require typespecs on public functions, or we may want to enforce a certain order of elements in a module. There's some interesting discussion of credo here https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
follow-on to #35
The text was updated successfully, but these errors were encountered: