john-kelly / elm-postgrest

Make PostgREST requests in Elm
109 stars 14 forks source link

Hardcoded name #46

Closed john-kelly closed 6 years ago

john-kelly commented 7 years ago

although using the same name as elm-decode-pipeline is nice for reusing common naming conventions...

similar functions (in our lib) use a verb convention instead of the adj convention. for example: select, set, insert... so maybe hardcode instead of hardcoded

just bringing this up for discussion.

john-kelly commented 7 years ago

maybe selectConstant