4 ms·
Did you mean to say that Ruby doesn't link name spaces to file system paths? Ruby has namespaces and they're far more flexible than Python's... too flexible in
by hetman 24d ago
Did you mean to say that Ruby doesn't link name spaces to file system paths? Ruby has namespaces and they're far more flexible than Python's... too flexible in my opinion, making it harder to find things.
- Daishiman 23d agoRuby namespaces force requiring everything and don't allow for relative imports among other features that are very important for larger software.