KritNC
All Star
It really is such a nice language to program in. I have kinda been forced to start using Ruby/Rails again instead of Elixir and Phoenix since I switched jobs.ruby code is so much cleaner than javascript. I was actually going back through rails tutorials again and worked through one that integrated angular 2 and rails api. Pretty fun. I'd love to be able to focus on rails, but looks like around here node.js is the in thing, so I've been focusing on that.
I really miss Elixir but I would much rather be writing Ruby than Java or C++.
While I believe most ruby code should be composed of small short methods we have some classes in our code at work that is 3K plus lines of spaghetti code. It is a huge headache to try to read through all of the nested if statements and figure out what logic is being executed.