Part of a new series! Feel welcome to dip in and weigh in on a past question.
Let's say I've never used Ruby before. Can anyone give the run down of what the language does and why you prefer it? Feel free to touch on drawbacks as well.
Part of a new series! Feel welcome to dip in and weigh in on a past question.
Let's say I've never used Ruby before. Can anyone give the run down of what the language does and why you prefer it? Feel free to touch on drawbacks as well.
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (13)
General request, could you do a pitch me on Elixir series?
vs.
or
vs.
yieldallows for some nice construct like theFile.open do ...On the cons side, I would not suggest it for medium complexity code and/or code with a "long life" that will require maintenance in the future. Duck and dynamic typing is nice for its flexibility, but when the code is too complex it gets difficult to keep track of the type of the different variables and this makes maintenance more difficult (at least, according to my experience)
如果我自己开一个公司,我肯定用ruby,因为效率高,写着舒适。
Ruby has a lot of room to reinvent the wheel. This is one of the reasons I love Ruby.
Whether this is a good or a bad thing depends entirely on what you need the language for 😉
I'll just leave my love letter to Ruby here 💕
Why do you love Ruby, actually? An ode.
Sylwia Vargas ・ Feb 21 '21 ・ 8 min read
There are two main reasons I fell in love with Ruby: 1) Ruby optimizes for developer happiness, 2) Ruby on Rails
Active Record(IMO still one of the best ORMs)
Ruby is a force multiplier.
Jekyll ...? ;)