Remix.run Logo
fbn79 7 days ago

I would love the author to test and old java/maven project. Node is a paradise compared to that stack.

avtolik 7 days ago | parent | next [-]

Why do you think so? I have 10+ years old Java/Maven projects that build and run fine.

fbn79 6 days ago | parent [-]

Maybe you are fortunate or I'm not because in projects I have experienced missing o changed maven repository urls and changed deps packages names or url. And was an hell to fix.

cies 7 days ago | parent | prev [-]

The only problems I've run into are related to certain package repos that went offline. So you have to track down suitable versions of certain packages on other repos.

OTOH with Node I always find myself in dependency hell with dealing with old projects.

fbn79 6 days ago | parent [-]

In my experience this only happen if the project does not have a lock file and does not specify a node version (two good practice that must be followed).

cies 5 days ago | parent [-]

I'm talking about upgrading dependencies. Something that's rarely easy in a JS/TS project with lots of dependencies.