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 2024-12-07

実装する前に確認する前提条件

  • 定義が必要な関数は何か?
  • 渡せる引数は何か?
  • 関数から返す戻り値は何か?

コードを記述するステップを考える

  • 要件を実現するために必要な処理を小さなステップに分解する
  • 条件分岐や繰り返しの要/不要や、それらをどのように使うのかを考える

上手くいかない時の対処法

  • printデバッグを実施する
  • エラーメッセージを調べる
0
0
1

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?