HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>1</p>
1 <p>1</p>
2 <a>About</a><p>Learn about the course, its structure, tasks and goals.</p>
2 <a>About</a><p>Learn about the course, its structure, tasks and goals.</p>
3 <p>2</p>
3 <p>2</p>
4 <a>Design Patterns</a><p>Learn how to solve typical problems in programming</p>
4 <a>Design Patterns</a><p>Learn how to solve typical problems in programming</p>
5 <p>3</p>
5 <p>3</p>
6 <a>Configuration</a><p>Learn one of the basic principles of class design</p>
6 <a>Configuration</a><p>Learn one of the basic principles of class design</p>
7 <p>4</p>
7 <p>4</p>
8 <a>Mutable configuration</a><p>Learn how to correctly override the base configuration without creating dangerous situations</p>
8 <a>Mutable configuration</a><p>Learn how to correctly override the base configuration without creating dangerous situations</p>
9 <p>5</p>
9 <p>5</p>
10 <a>Entity Objects, Value Objects, and Embedded Objects</a><p>Learn basic principles of organizing objects that describe the subject area</p>
10 <a>Entity Objects, Value Objects, and Embedded Objects</a><p>Learn basic principles of organizing objects that describe the subject area</p>
11 <p>6</p>
11 <p>6</p>
12 <a>Fluent Interface</a><p>Learn how to create a fluid interface</p>
12 <a>Fluent Interface</a><p>Learn how to create a fluid interface</p>
13 <p>7</p>
13 <p>7</p>
14 <a>Builders</a><p>Learn phased assembly of complex objects using composition and a fluid interface</p>
14 <a>Builders</a><p>Learn phased assembly of complex objects using composition and a fluid interface</p>
15 <p>8</p>
15 <p>8</p>
16 <a>Proxy</a><p>Learn about the Proxy object, which can change the behavior of the object without changing the object code.</p>
16 <a>Proxy</a><p>Learn about the Proxy object, which can change the behavior of the object without changing the object code.</p>
17 <p>9</p>
17 <p>9</p>
18 <a>Code correctly</a><p>Learn how to properly structure a program in OOP stylе</p>
18 <a>Code correctly</a><p>Learn how to properly structure a program in OOP stylе</p>