KaitoMuraoka / Qiita-contents

Qiita記事とそのネタを管理するリポジトリ
1 stars 0 forks source link

関数の副作用とCQS分離の原則について #27

Closed KaitoMuraoka closed 9 months ago

KaitoMuraoka commented 1 year ago

参考資料

KaitoMuraoka commented 1 year ago

コマンド・クエリ分離(CQS)の基本

この原則は、オブジェクトのメソッドが、以下の2つのカテゴリに属するべきという考に基づいています。

つまり、CQSの原則に従うと、状態を変更する操作と何らかの情報を返す操作は、同じめメソッドないで行わず、分離すべきであるとされている。

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.