Is Ruby Too Opinionated for Beginners?
さて、今日は… Ruby is often lauded for its elegant syntax and developer-friendly design, but many argue that it is opinionated and thus an impediment to the newcomer. It follows convention over configuration, most of the underlying magic is abstracted away. While this makes the code written in Ruby more expressive and readable, it also tends to make understanding what happens beneath the hood somewhat difficult for new users. Beginners might find themselves writing functional code without fully understanding the logic behind it, only to be stuck when it comes to debugging or extending applications. ...