0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【公ド読】コードを別のプログラミング言語に変換する

Last updated at Posted at 2025-05-30

【公式ドキュメントを読もうシリーズ】コードを別のプログラミング言語に変換する

シリーズ概要

https://qiita.com/yasu_programming/items/cec66f9e8d5d571e9ce3

URL

https://docs.github.com/ja/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language

説明

言語を別の言語に変換してくれる。

所感

古いプログラミング言語を使用していて、その言語に脆弱性があるものをより性能のいい言語に変換するのが容易になるのは良いですね。

テスト駆動開発などと連携してこの言語の変換作業を行うことで、より安全にエラーの回避や挙動の確認を行いながら言語の変換ができそうですので、いろんな開発手法と組み合わせながら変換作業行えば、ミスの少ない変換作業になりそうで良いですね。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?