Hacker News new | ask | show | jobs
by marcosdumay 27 days ago
Use the Python type hints. You don't need to be specific, they help a lot even when you have some 'anys' inside composed types.

Anyway, Python tools are usually capable of refactoring any code that isn't reflective or self-rewriting. There are places for those two, but those are very few and the AI won't have any idea how to work at those places either.

JavaScript is a problem.