Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
borisikhin committed Dec 2, 2024
1 parent 1abfb85 commit 3c52575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile-developers/roadmap-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- использование выражений `if/else`,
- оператора `switch`,
- циклов,
- инструкций `break`, `continue` и т.д.
- инструкций `break`, `continue`.

</details>
<details>
Expand Down Expand Up @@ -141,7 +141,7 @@
- Xcode
- Система контроля версий git и основные команды push, pull, commit, tags, merge/pull request, rebase, merge, cherry-pick, stash
- Профилирование и дебаг: поиск утечек памяти, циклов, дебаг UI, брейкпоинты, работа с консолью
- Принципы ООП, SOLID, KISS, DRY, YAGNI и т.п.
- Принципы ООП, SOLID, KISS, DRY, YAGNI.

</details>
<details>
Expand Down

0 comments on commit 3c52575

Please sign in to comment.