Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
/angular.jsPublic archive

Commited30c4d

Browse files
Gkolmangkalpak
authored andcommitted
docs(README.md): add wiki link to MVC
Add a wiki link to MVC in case people have not heard of it before andwant to read about it more.Closes#17152
1 parent4032655 commited30c4d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ component in an interconnected way like a well-oiled machine. AngularJS is JavaS
5555
and done right. (Well it is not really MVC, read on, to understand what this means.)
5656

5757
####MVC, no, MV* done the right way!
58-
MVC, short for Model-View-Controller, is a design pattern, i.e. how the code should be organized and
59-
how the different parts of an application separated for proper readability and debugging. Model is
60-
the data and the database. View is the user interface and what the user sees. Controller is the main
61-
link between Model and View. These are the three pillars of major programming frameworks present on
62-
the market today. On the other hand AngularJS works on MV*, short for Model-View-_Whatever_. The
58+
[MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller), short for
59+
Model-View-Controller, is a design pattern, i.e. how the code should be organized and how the
60+
different parts of an application separated for proper readability and debugging. Model is the data
61+
and the database. View is the user interface and what the user sees. Controller is the main link
62+
between Model and View. These are the three pillars of major programming frameworks present on the
63+
market today. On the other hand AngularJS works on MV*, short for Model-View-_Whatever_. The
6364
_Whatever_ is AngularJS's way of telling that you may create any kind of linking between the Model
6465
and the View here.
6566

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp