DEV Community

Discussion on: On the Importance of Packaging

Collapse
 
thelonelyghost profile image
David Alexander • Edited

Thanks for the feedback!

Having dabbled in java, among several others (jack of all trades, master of none), the maturity of the language continues to impress me. The approach toward packaging is one example, namespacing and how importing packages works is another.

I see too many languages throw everything into a global namespace (cough ruby) and result in all kinds of unexpected side effects. Java had it right very early on.