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?

あのMVCをMVCという人が多すぎる

Last updated at Posted at 2025-05-13

はじめに

  
 ソフトウェアをModel,View,Controllerの3つに分けるアーキテクチャを
MVCアーキテクチャと呼びます。
MVCアーキテクチャにはいろいろな方言があります。

原初MVC

一番最初のSmalltalkでのMVC

C-M-Vの形

Cが入力
Vが表示

原始MVC.jpg

原始MVC-2

C-M-Vの形

Cが入力
Vが表示

CとVが通信する方式も確認されています。

原始MVC-2.jpg

MVC2

V-C-Mの形

Cが入力
Vが表示

MVC2.jpg

WebMVC

V-C-Mの形

Vが入力と表示

WebMVC.jpg

まとめ

 MVCには色々あります。
MVCと書く場合は、どのMVCなのか書いていただくと助かります。

参考リンク
Model View Controller Wiki

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?