elm-community / list-extra

Convenience functions for working with List.

Home Page:http://package.elm-lang.org/packages/elm-community/list-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve and normalize variable names

Chadtech opened this issue · comments

There are a lot of functions that have parameters named things like "idx" and "l". I think "index" and "list" are better names. It's not like white space is scarce in this project. At the very least, there should be one strategy to variable naming in this repo.

What do you think? Is there value in making this change to the repo? What should the variable names be?