elixir_style_guide icon indicating copy to clipboard operation
elixir_style_guide copied to clipboard

A community driven style guide for Elixir

Results 9 elixir_style_guide issues
Sort by recently updated
recently updated
newest added

One of the things I discussed with Christoper earlier via Slack is that I didn't agree with some of the positions taken in the style guide. That's not a criticism...

question
discussion

Greetings, First of all, thank you for the guide. I have some difficulty understanding two points that seem (to me) to conflict. I'm not saying they're not exact, but I...

discussion

Right now I have Atom, Credo, and the atom-credo linter package installed. Is there a way for us Elixir devs to use this style guide in an automated way?

question

Is there some rule about macro calls placement in a module? For example imagine such module: ```elixir defmodule MyApp.Schema do use Ecto.Schema import EctoEnum defenum Status, :status, ~w(active disabled)a defenum...

question

There should be a rule that handles naming modules based on whether the parent directory is plural or singular. The most notable example of this is Phoenix. If you look...

enhancement
help wanted

I think it would help to have a common place to put protocol definitions and also implementations. It would be in particular interesting if protocols are implemented for existing modules....

enhancement
question
help wanted
discussion

Recently, Eric Meadows-Jönsson noted to me that one of my Elixir libraries did not adhere to the following convention: > You should only have one top-level namespace and it should...

question
discussion