|
|
|
|
|
by AtlasBarfed
442 days ago
|
|
The article references the true granularity issue (actually the function names need a version number as well, not sure in my scan of the article if it was mentioned). Modules being collections of types and functions obviously increases coarseness. I'm not a fan of most import mechanisms because it leaves versioning and namespace versioning (if it has namespaces at all...) out, to be picked up poorly by build systems and dependency graph resolvers and that crap. |
|