I do a lot of projects that are once and done. Once it's out there, there might be a maintenance budget, but it's minimal. Stuff just runs, until someone notices that there's an issue. (that's not so bad with sites that are essentially static SPAs, for ones where there are servers it's more risky)
It's a constant battle to build projects that shipped 18 months ago. One thing wasn't pinned. Or the build system used node 12 and doesn't run on CI anymore. So Babel needs updated. CDK did a major rev and now we have to force pin the old version.
Comments
I do a lot of projects that are once and done. Once it's out there, there might be a maintenance budget, but it's minimal. Stuff just runs, until someone notices that there's an issue. (that's not so bad with sites that are essentially static SPAs, for ones where there are servers it's more risky)
It's a constant battle to build projects that shipped 18 months ago. One thing wasn't pinned. Or the build system used node 12 and doesn't run on CI anymore. So Babel needs updated. CDK did a major rev and now we have to force pin the old version.