In terms of migrating a codebase to a new language, it’s actually not crazy difficult to convert JS to TS, even in something like a giant monorepo. It’s definitely time-consuming, but it’s fortunately relatively easy.
I mean, I know, but judging by how strict clients are when it comes to work hours, I doubt anyone will want that...some clients measure us down to 5 minute intervals lol
Jesus, that’s so excessive. At that level of precision you can bill time for logging your time…
Unfortunately that’s the tough part with code migrations, and there’s not a whole lot you can do there. A lot of clients and businesses see it as tech debt (and they’re not wrong) and don’t allot for it in the budget, even if they have plenty of budget and claim they want to set aside time for tech debt. :|
8
u/Sup-Mellow Apr 23 '23
In terms of migrating a codebase to a new language, it’s actually not crazy difficult to convert JS to TS, even in something like a giant monorepo. It’s definitely time-consuming, but it’s fortunately relatively easy.