source-academy / backend

Backend of Source Academy @ NUS, LMS extension of Source Academy (Elixir, Ecto, Phoenix, PostgreSQL)
https://sourceacademy.nus.edu.sg
Apache License 2.0
38 stars 50 forks source link

Use pattern matching instead of cond..do #1175

Open RichDom2185 opened 2 weeks ago

RichDom2185 commented 2 weeks ago
image
RichDom2185 commented 2 weeks ago

Also, by using strings instead of atoms, there are less guards against mistakes. See #1174