e4p-code
e4p-code copied to clipboard
Code for the course "Elixir for Programmers"
Results
2
e4p-code issues
Sort by
recently updated
recently updated
newest added
I have a situation where my phoenix layer connects to a postgres ecto layer before connecting to the postgres database. Should the postgres ecto layer supervisor strategy be a simple_one_for_one?...
The previous implementation used `letters` from `tally` which is the letters the user *already* guessed, meaning if the user didn't win, the printed word would have contained `_` where missing...