Back to Tags

#code migration

Code Migration — Port Code to a New Language or Framework

Port code to another language, framework or major version without changing what it does: a mapping of old to new, idiomatic target code, the gaps with no direct equivalent, and tests that check both versions match.

Nigel Yoshida