Code can still be refactored for readability.
Code can still be refactored for readability.
My initial idea was to abstract the board in a Plane struct, storing the data as a long string and accessing each element by calculating the coordinates `x + y * width`. Not performant at all, then moved to a Tuple of Tuples. Waaaay faster!!!
My initial idea was to abstract the board in a Plane struct, storing the data as a long string and accessing each element by calculating the coordinates `x + y * width`. Not performant at all, then moved to a Tuple of Tuples. Waaaay faster!!!
I've taken the management path, but as I'm being forced to rethink my career I'm considering the possibility.
Elixir is a great language, but IMHO the OTP framework is incredible.
I've taken the management path, but as I'm being forced to rethink my career I'm considering the possibility.
Elixir is a great language, but IMHO the OTP framework is incredible.