|
|
|
|
|
by BOBOTWINSTON
2391 days ago
|
|
I find it really amazing when a language's weakness drives an unintended strength to evolve like this. Ruby Example: Ruby projects tend to always have really well maintained test suites. The language makes it easy for you to introduce non-obvious bugs or write unreadable (yet efficient) meta code. This has lead to 1) very mature testing frameworks (meh) and 2) high adoption and usage of these frameworks (actually impressive). Funny enough, I think adoption of IDEs is extremely low in the Ruby world. 90% of the developers I interact with in my city are on Sublime/VSC/Vim. I've seen some pretty impressive usage of Rubymine that has made me curious, but never bothered to really spend time with it myself. I'd be really curious what the teams at GitHub/Stripe/[Insert big Ruby company] typically use editor-wise. |
|