Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Eumir Gaspar committed Mar 8, 2017
1 parent 77fad36 commit 3cf2399
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,19 +782,16 @@ Translations of the guide are available in the following languages:

```elixir
# not preferred

defmodule Todo.Todo do
alias Todo.Todo
end

# somewhat preferred

defmodule Todo.Models.Todo do
alias Todo.Models.Todo
end

# preferred

defmodule Todo.List do
alias Todo.List
end
Expand Down Expand Up @@ -1150,7 +1147,7 @@ project.
[Chinese Traditional]: https://github.com/elixirtw/elixir_style_guide/blob/master/README_zhTW.md
[Code Analysis]: https://github.com/h4cc/awesome-elixir#code-analysis
[Code Of Conduct]: https://github.com/christopheradams/elixir_style_guide/blob/master/CODE_OF_CONDUCT.md
[Conflicting Aliases]: https://elixirforum.com/t/using-aliases-for-fubar-fubar-named-module/1723/3
[Conflicting Aliases]: https://elixirforum.com/t/using-aliases-for-fubar-fubar-named-module/1723
[Contributing]: https://github.com/elixir-lang/elixir/blob/master/CODE_OF_CONDUCT.md
[Contributors]: https://github.com/christopheradams/elixir_style_guide/graphs/contributors
[Elixir Style Guide]: https://github.com/christopheradams/elixir_style_guide
Expand Down

0 comments on commit 3cf2399

Please sign in to comment.