logoalt Hacker News

rvzyesterday at 2:49 PM1 replyview on HN

So you want to review and maintain code in 3 separate languages?

Sounds like a complete waste of tokens with the worst case of just quickly building more technical debt, three times.


Replies

masselyesterday at 3:06 PM

It's a lot nicer than having the same logic in 2 languages and trying to keep them in sync – whether doing it by hand or with an LLM.

One of the big rules is don't repeat yourself – much of the logic only needs to be written once (except UI)

show 3 replies