← Back to context Comment by davydog187 13 hours ago I have a personal mission to never name any libraries with the -ex prefix 4 comments davydog187 Reply tommica 10 hours ago Curious, why? davydog187 5 hours ago Early in the Elixir days, every library was named Thing-ex of ex-Thing.IMO this is really lazy in terms of naming and from a usage perspective, you get really tired of typing that out in code.I think we can do better antfarm 4 hours ago Suffixing a name with -ex often results in unique names, which helps filtering search results. I see a slight problem with name ending on an s though.Also, aren't you the author of jqex? ;) 1 reply →
tommica 10 hours ago Curious, why? davydog187 5 hours ago Early in the Elixir days, every library was named Thing-ex of ex-Thing.IMO this is really lazy in terms of naming and from a usage perspective, you get really tired of typing that out in code.I think we can do better antfarm 4 hours ago Suffixing a name with -ex often results in unique names, which helps filtering search results. I see a slight problem with name ending on an s though.Also, aren't you the author of jqex? ;) 1 reply →
davydog187 5 hours ago Early in the Elixir days, every library was named Thing-ex of ex-Thing.IMO this is really lazy in terms of naming and from a usage perspective, you get really tired of typing that out in code.I think we can do better antfarm 4 hours ago Suffixing a name with -ex often results in unique names, which helps filtering search results. I see a slight problem with name ending on an s though.Also, aren't you the author of jqex? ;) 1 reply →
antfarm 4 hours ago Suffixing a name with -ex often results in unique names, which helps filtering search results. I see a slight problem with name ending on an s though.Also, aren't you the author of jqex? ;) 1 reply →
Curious, why?
Early in the Elixir days, every library was named Thing-ex of ex-Thing.
IMO this is really lazy in terms of naming and from a usage perspective, you get really tired of typing that out in code.
I think we can do better
Suffixing a name with -ex often results in unique names, which helps filtering search results. I see a slight problem with name ending on an s though.
Also, aren't you the author of jqex? ;)
1 reply →