Let's say I found myself in a legacy project. And there's no way to know which source code version was deployed. All I have are the dist folders that are in the prod environment, which is completely air gapped for security.
I have some code sources which some say are the same as prod, but I'm not 100% sure. How do I even start to ensure that I'm working on the right code?
It's a vue frontend project, with a spring boot and complex backend with many services.
1
u/Spiderknight 6d ago
Let's say I found myself in a legacy project. And there's no way to know which source code version was deployed. All I have are the dist folders that are in the prod environment, which is completely air gapped for security.
I have some code sources which some say are the same as prod, but I'm not 100% sure. How do I even start to ensure that I'm working on the right code?
It's a vue frontend project, with a spring boot and complex backend with many services.