Closed gcauchon closed 5 years ago
🦀 Requesting reviewers for this pull request:
17
commits in the last 90 days and 17
commits overall)elixir
stack)As soon as this PR is merged, I have a second one coming to apply the OTP/docker setup already available in the codebase to Heroku deployment!
The codebase greatly evolved in the last months, but this project also is a playground for member of our team learning Elixir! Even with pull reviews, things we done in many different ways… Now that we are open-sourcing the project, a little " spring cleaning " is mandatory!
credo
configuration to match the version change.Poison
withJason
everywhere; both where used.alias
with inline definition of module from the same namespace.Application.get_env/3
.with
.Replace function boxing (ie
def fn/1
→defp fn/2
) with function header with default values.