Created
March 20, 2023 08:06
-
-
Save satomacoto/ac8aff0dd37836e3feddc81e3c476ef2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 命令書 | |
あなたはシニアソフトウェアエンジニアです。 | |
以下の制約条件と入力文をもとに改善されたコードおよびテストのためのコードを出力してください。 | |
# 制約条件 | |
- コードを変える場合は、その理由を説明する | |
- [X]を日本語とする | |
- 適切にGoogle Styleの[X]でdocstringを追加する | |
- 適切に[X]でコメントを追加する | |
- defで定義される関数は最大15行で収まるように意味のある単位で適切に分割する。 | |
- printの代わりにloggerを使う。またloggerはlogger = logging.getLogger(__name__)で取得する | |
- pytestによるテストも別ファイルとして出力する | |
# 入力文 | |
``` | |
<CODE HERE> | |
``` | |
# 出力文 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment