Skip to content

Commit 1568b80

Browse files
Update README.md
1 parent 64cd61d commit 1568b80

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,60 +13,60 @@
1313
</p>
1414
1515
<h3> Content: </h3>
16-
[<i>Introduction with Ruby</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524651/1_._2022-2023.pdf)
16+
<h4>[<i>Introduction with Ruby</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524651/1_._2022-2023.pdf) </h4>
1717
<ul>
1818
<li>Introduction to Ruby</li>
1919
<li>Algorithms for working with numbers and loops</li>
2020
<li>Arrays</li>
2121
<li>Methods that take a block as an argument</li>
2222
</ul>
23-
[<i>Kernel classes and models</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524661/2_._2022-2023.pdf)
23+
<h4>[<i>Kernel classes and models</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524661/2_._2022-2023.pdf) </h4>
2424
<h4>Using pattern Strategy</h4>
2525
<ul>
2626
<li>Objects and classes</li>
2727
<li>Reading, Viewing, and Writing Entities</li>
2828
<li>Model classes.</li>
2929
<li>Classes: JSON,YAML,TXT <strong>(pattern Strategy)</strong></li>
3030
</ul>
31-
[<i>Single Entity Model</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524667/3_._2022-2023.pdf)
31+
<h4> [<i>Single Entity Model</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524667/3_._2022-2023.pdf)</h4>
3232
<h4>Using pattern Singleton && Adapter && MVC && Observer</h4>
3333
<ul>
3434
<li>Connecting a database to a model (pattern Singleton)</li>
3535
<li>Serialization (pattern Adapter) </li>
3636
<li>Building a window.(pattern MVC)</li>
3737
<li>MVC – CRUD - read. (pattern Observer - View)</li>
3838
</ul>
39-
[<i>MVC</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524681/4_._2022-2023.pdf)
39+
<h4>[<i>MVC</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524681/4_._2022-2023.pdf)</h4>
4040
<h4>Using pattern Factory</h4>
4141
<ul>
4242
<li>Create implementation.</li>
4343
<li>Update implementation.</li>
4444
<li>Factory. (pattern Factory)</li>
4545
<li>Delete implementation.</li>
4646
</ul>
47-
[<i>Create software </i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524687/5_._2022-2023.pdf)
47+
<h4>[<i>Create software </i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524687/5_._2022-2023.pdf)</h4>
4848
<ul>
4949
<li>Unit-test</li>
5050
<li>Logger</li>
5151
<li>Gem</li>
5252
<li>Synatra(not realise)</li>
5353
</ul>
54-
[<i>Filtering and sorting</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524693/6_._2022-2023.pdf)
54+
<h4>[<i>Filtering and sorting</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524693/6_._2022-2023.pdf)</h4>
5555
<h4>Using pattern Wrapper</h4>
5656
<ul>
5757
<li>Filtering by one field.</li>
5858
<li>Filtering by all fields in the database.(pattern Wrapper- realise to IW) - not realise</li>
5959
<li>File filtering. - not realise</li>
6060
<li>Sort - not realise</li>
6161
</ul>
62-
[<i>Working with the list of labs</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524698/7_._2022-2023.pdf)
62+
<h4>[<i>Working with the list of labs</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524698/7_._2022-2023.pdf)</h4>
6363
<ul>
6464
<li>Scenario 1 - create modal</li>
6565
<li>Scenario 2 - realise add </li>
6666
<li>Scenario 3 - realise update </li>
6767
<li>Scenario 4 - realise delete</li>
6868
</ul>
69-
[<i>Individual work</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524701/2022-2023._.pdf)
69+
<h4> [<i>Individual work</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524701/2022-2023._.pdf)</h4>
7070
<h2> Diagramm class (labs) </h2>
7171
<img src="" alt="diagramm labs"/>
7272
<p> Show view program </p>

0 commit comments

Comments
 (0)