Skip to content

Commit 348546e

Browse files
authored
Move skill to 2nd year
1 parent 1a0ac13 commit 348546e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SKILLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
| Theory | OOP basics | Arstractions | Patterns |
3838
|--------------------------------|-----------------------|----------------------|--------------------------|
3939
| 🟦 Procedural programming | 🟦 constructor | ⬜ struct, record | 🟦 Singleton |
40-
| 🟦 Imperative programming | 🟦 new | ⬜ Mutable state | ⬜ Revealing Constructor |
40+
| 🟦 Imperative programming | 🟦 new | ⬜ Mutable state | |
4141
| 🟦 Structured programming | 🟦 Static method | ⬜ Immutable state | |
4242
| 🟦 Non-structured programming | 🟦 Method | ⬜ Enum | |
4343
| 🟦 Functional programming | 🟦 Async method | 🟦 Linked list | |
@@ -77,7 +77,7 @@
7777
| ⬜ Future | 🟦 Promise hell | 🟦 Dead locks | 🟦 promisify |
7878
| ⬜ Deferred | | 🟦 Live locks | ⬜ IPC |
7979
| 🟦 Observer | | ⬜ Actor Model | ⬜ Channel API |
80-
| ⬜ Async Collector | | | |
80+
| ⬜ Async Collector | | | ⬜ Revealing Constructor |
8181
| ⬜ Coroutine | | | |
8282
| ⬜ Goroutine | | | |
8383

0 commit comments

Comments
 (0)