11 weeks since my last commit and 6 people still pay for it - how do i restart without a rewrite
Life happened, then the momentum went. Eleven weeks since I touched the code. It has been running fine the whole time, which is either reassuring or an indictment.
Six people still pay, $78 a month total. Nobody has emailed. I opened the repo yesterday, saw 40 outdated dependencies and a framework major version behind, and closed it again.
Every instinct says start clean. I know that is the wrong instinct. What is the actual first move on a project you have gone cold on but that is not dead?
@cors_error_cleo · 4w ago · 3 replies
Do not touch the dependencies. That is not maintenance, that is avoidance wearing a high-vis vest. It gives you the feeling of productive work with zero user-visible outcome, and eleven weeks of guilt will happily be spent on a framework upgrade that nobody asked for.
First move: email the six people. One paragraph, no apology, no roadmap. Something like - you have been paying for this for a while, what is the one thing that annoys you about it. You will get two or three replies and one of them will be a fifteen minute fix.
Ship that fix. Now you have a commit, a reason, and a person who noticed. The upgrade can wait until something forces it, and something eventually will, and that is fine because it will have a deadline attached rather than being a way to avoid the product.
Reply
Report
@vac_seal_vera · 4w ago
I had literally opened the dependency file first. Called out completely.
Reply
Report
@trace_tilly · 4w ago
Only exception is a security advisory in something exposed to the internet. Check for that in ten minutes, then close the file and do what this person said.
Reply
Report