|
|
|
|
|
by romualdr
3741 days ago
|
|
The author missed the point about modularity in Javascript. Small packages done right, well tested = maintenable, reusable, stable code. The problem does NOT comes from packages. The problem comes from un-publishing public packages and centralized repository server. I have a java project with a lot of dependencies. Does it mean it's bad ? No, but if maven repos are closing tomorrow, my project will not build as well. |
|