3
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 5 years have passed since last update.

要件、仕様、処理の違い

Posted at

要件、仕様、処理の違いを整理してみました。

要件、仕様、処理の違いが曖昧になった方にオススメです。
私の主観なので、間違っていたらすみません。

要件

何をしたいのか?
例)数値のみを入力したい

要件の背景

なぜ、その要件なのか?
例)金額だから

仕様

人が理解できる要件の実現方法
例)数値以外が入力された場合、エラーとする

処理

コンピュータが理解できる仕様の実現方法

  • 数値を正規表現で定義
  • 入力された値を正規表現で、数値かどうか判定する
3
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
3
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?