Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ed30c4d

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 and want to read about it more. Closes #17152
1 parent 4032655 commit ed30c4d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
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)