From bb2c5cb805084038c81b1c6dba695973a2efc221 Mon Sep 17 00:00:00 2001 From: ihar_hancharenka Date: Wed, 27 Aug 2025 11:53:52 +0300 Subject: [PATCH] m --- pl/kt/features/context.txt | 3 +++ pl/kt/features/coro/test/articles.txt | 2 ++ pl/kt/features/ex-err-handling/articles.txt | 2 ++ 3 files changed, 7 insertions(+) diff --git a/pl/kt/features/context.txt b/pl/kt/features/context.txt index 899255f18..9a4e504d8 100644 --- a/pl/kt/features/context.txt +++ b/pl/kt/features/context.txt @@ -1,3 +1,6 @@ +2025 +https://carrion.dev/en/posts/context-parameters-kotlin/ + in kt 2.2 2019 https://proandroiddev.com/an-introduction-context-oriented-programming-in-kotlin-2e79d316b0a2 https://habr.com/ru/company/JetBrains-education/blog/477898/ diff --git a/pl/kt/features/coro/test/articles.txt b/pl/kt/features/coro/test/articles.txt index e4c976812..ac62642b8 100644 --- a/pl/kt/features/coro/test/articles.txt +++ b/pl/kt/features/coro/test/articles.txt @@ -1,2 +1,4 @@ +2025 +https://carrion.dev/en/posts/coroutine-testing-patterns/ 2021 https://kotlintesting.com/how-to-test-a-time-dependent-coroutine/ diff --git a/pl/kt/features/ex-err-handling/articles.txt b/pl/kt/features/ex-err-handling/articles.txt index 7db090cd0..84629b5c6 100644 --- a/pl/kt/features/ex-err-handling/articles.txt +++ b/pl/kt/features/ex-err-handling/articles.txt @@ -1,3 +1,5 @@ +2025 +https://carrion.dev/en/posts/runcatching-result-pattern/ 2023 https://habr.com/ru/articles/763518/ !!! Result<,>, runCatching, mapCatching, recoverCatching, recover