Hacker News new | ask | show | jobs
by Nomentatus 1253 days ago
I've known a case way back where deliberate tech debt of a sort was built up by not switching to a more modern compiler for a prototype. The idea was to then do a hopefully-quick rewrite on a more modern setup to obtain the minimal viable product (not a term at that time.)

But Microsoft (who I think probably got wind of this product) announced a very similar product (that never appeared as such, and did not appear at all for at least a decade. The problem was harder than it looked.) Our financial backers immediately and fully pulled out, verbal contracts notwithstanding. With no more cash, the company was dead. A few years later others created just part of this product, and raked in very nice profits for a long time.

If the same prototype had been built on the more modern compiler, that would have been the minimum viable product.

The more modern compiler was one able to use more memory as the 286 cpu allowed.