diodechain / diode_server

Diode Server
https://diode.io
Other
39 stars 9 forks source link

Replace camelcase function names with snake case #2

Closed dominicletz closed 4 years ago

dominicletz commented 5 years ago

Following Elixir conventions (https://github.com/elixir-lang/elixir/blob/master/lib/elixir/pages/Naming%20Conventions.md)

some_map = %{this_is_a_key: "and a value"}
is_map(some_map)
zpeters commented 5 years ago

I will work on this one

dominicletz commented 4 years ago

Mostly done at this time.