Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sharpen 之类的代码转换工具是否有助于将代码从 Java 转换为 C#?转换后的代码是否可以在所有 Windows 机器上顺利运行或必须进行更改?这个工具效率如何,它是否完全消除了费力的逐行转换方法?
Sharpen 生成了一个非常好的代码,尽管由于 Java 和 C# 的不同语义存在一些不兼容和怪异,但我会说 Sharpen 正确转换了大约 95% 或更多的代码。