Hacker News new | ask | show | jobs
by dqv 2669 days ago
Or `Cowboy` with `alias :cowboy, as: Cowboy` ;)
1 comments

Stick with the :module notation. This makes it clear that you need to be in "erlang mode"...indexes starting at 1, [probably] charlists instead of binaries, and possibly weird (from an elixir programmer's point of view) argument order.
To be fair, it's a rare thing to be using an index in elixir at all.