After winning 8th position @DockYard 's phoenix-phrenzy, @IamSandeshSoni has rewritten Tetris Kachori. Code has been simplied, readable and less computations. Extensively used Reducers, with clauses. Also used OTP.
Join webinar https://t.co/3ja3RkfcFU
#myelixirstatus#elixirecho
This is an example of AWESOME error messaging:
warning: do not use "length(users) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "users != []" as a guard
โค๏ธ#myelixirstatus