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

Deprecate floating pipelines #413

Closed
jbodah opened this issue Mar 20, 2018 · 2 comments
Closed

Deprecate floating pipelines #413

jbodah opened this issue Mar 20, 2018 · 2 comments
Labels

Comments

@jbodah
Copy link
Collaborator

jbodah commented Mar 20, 2018

With mix format now being a thing we can simplify a lot of our indent code. For example, floating pipelines were previously a bit of a hassle

       [h | t] =
         "a,b,c,d"
         |> String.split(",")
         |> Enum.reverse()

instead of

       [ h | t ] = "a,b,c,d"
                   |> String.split(",")
                   |> Enum.reverse
@jbodah jbodah added the indent label Mar 20, 2018
@jbodah
Copy link
Collaborator Author

jbodah commented May 11, 2018

cc: #434

@jbodah
Copy link
Collaborator Author

jbodah commented Aug 17, 2018

Closing - I don't care how we handle stuff outside of "mix format"

@jbodah jbodah closed this as completed Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant