Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトでMVVMパターンを使用して、クラス(Model、View、ViewModel)にどのように名前を付けますか?
ビューの場合、「PersonView」のように、モデルに「View」を追加します。
同様に、ビューモデルの場合、「Vm」を追加して「PersonVm」を取得します。
もちろん、モデル名はドメインとは関係があり、MVVMとは関係ありません。
乾杯、 ベリール