Skip to content

Commit d304d05

Browse files
committed
Update readme
1 parent 52486b2 commit d304d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Each of the discussed patterns has its own strengths and weaknesses, and the cho
255255
driven by the project’s requirements and the developer’s preferences.
256256

257257
MVC provides maximum control and is very simple to implement, but it has a serious drawback — MVC tends to mix
258-
presentation and interaction logic inside the Controller, which often leads to tightly coupled and harder-to-test code.
258+
presentation and interaction logic inside the `Controller`, which often leads to tightly coupled and harder-to-test code.
259259
For this reason, the following analysis will focus only on MVP and MVVM.
260260

261261
MVP and MVVM are similar in that both patterns introduce an explicit representation of UI state outside of the `View`,

0 commit comments

Comments
 (0)