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?

More than 3 years have passed since last update.

アジャイル開発とウォーターフォール開発について

0
Posted at

はじめに

今回は開発工程に関する知識を忘れないように記録に残す。
就職活動に活かせる知識なので、よく理解しておく必要がある。

アジャイル開発とウォーターフール開発の違いについて

  • アジャイル開発
    システム開発のプロセスのうち、「設計」「開発」「テスト」「リリース」の小さな開発サイクルを何度も繰り返す手法。
    小規模から中規模の案件の開発に適しており、途中での仕様変更が比較的しやすい。

  • ウォーターフォール開発
    「要件定義」から「運用」までの一連の工程を、上流から下流まで順番に進めるシンプルな手法です。
    はじめに綿密に要件定義を行うため、途中での仕様変更が難しく、大規模案件に適している。

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?