|
|
|
|
|
by PaulHoule
3555 days ago
|
|
What amazes me is how violently the run-of-the-mill programmer hates namespaces. Despite the fact that managing namespace collision is important for composability (either deliberate or accidental) and code generation. This problem has, for instance, dogged RDF. All the time I hear about programmers who "don't want to learn SPARQL" and I think the heavy use of namespaces is one of the impediments. For most other programming languages it seems the opposite: (i) half of the software managers in the world are driven nuts because their team is screwing around with Vagrant instead of working
(ii) it seems no programming task is too boring if you do it in rust or go. |
|
EDIT: why the downvotes?