▲ | fourseventy 5 days ago | ||||||||||||||||||||||||||||||||||
" Codebases from years ago are still rock-solid." This is the biggest thing for me. I recently pulled down an 8 year old hobby Java/Maven project I had and it compiled and ran perfectly on the first try. Imagine trying to get an 8 year old javascript project to work... | |||||||||||||||||||||||||||||||||||
▲ | port11 4 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
At my previous startup (co-founder who made all technical decisions) we were unfortunately stuck with React Native. I had Mondays that started with the project not building after some dependency changes. Imagine something failing to build 3 days after you've last touched the codebase… | |||||||||||||||||||||||||||||||||||
▲ | c-hendricks 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
Just did, I installed the version of node specified somewhere, codified it into mise, and was up and running in no time. | |||||||||||||||||||||||||||||||||||
▲ | 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
[deleted] | |||||||||||||||||||||||||||||||||||
▲ | elbrian 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
You mean like this? nvm use && npm i && npm run dev | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | fatata123 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
[dead] |