You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,16 +272,16 @@ and ***Kotlin Patterns*** ? Consider buying me a coffee :)
272
272
### *Reddit posts*
273
273
274
274
<!-- REDDIT-POST-LIST:START -->
275
+
-[Why is there no .put (foo[bar] = baz) operator?](https://www.reddit.com/r/Kotlin/comments/u9uu8r/why_is_there_no_put_foobar_baz_operator/)
276
+
-[Ktor - Kotlin based backend development](https://www.reddit.com/r/Kotlin/comments/u9jfcj/ktor_kotlin_based_backend_development/)
277
+
-[How to schedule jobs with Quartz on Ktor](https://www.reddit.com/r/Kotlin/comments/u9ayk9/how_to_schedule_jobs_with_quartz_on_ktor/)
278
+
-[Why no one recommends the use of the standard library's Result class but a custom sealed class approach?](https://www.reddit.com/r/Kotlin/comments/u9am18/why_no_one_recommends_the_use_of_the_standard/)
279
+
-[Question about coroutines and I/O](https://www.reddit.com/r/Kotlin/comments/u99d62/question_about_coroutines_and_io/)
-[Where to start?](https://www.reddit.com/r/Kotlin/comments/u8zvkq/where_to_start/)
276
282
-[Is there a list of syntax sugar? Like a cheat sheet?](https://www.reddit.com/r/Kotlin/comments/u8pqo3/is_there_a_list_of_syntax_sugar_like_a_cheat_sheet/)
277
283
-[In Kotlin, you can override operators like β and β for your classes and supply your own logic. But what if you want to allow null values, both on their left and right sides? /u/sebi_io has the answer ππ](https://www.reddit.com/r/Kotlin/comments/u8oozt/in_kotlin_you_can_override_operators_like_and_for/)
278
284
-[Why does `Mockito.any(SomeClazz::class.java)` throws NPE while `private inline fun <reified T> any(type: Class<T>): T = Mockito.any(type)` and then calling like `any(SomeClazz::class.java)` works???](https://www.reddit.com/r/Kotlin/comments/u8mtxe/why_does_mockitoanysomeclazzclassjava_throws_npe/)
279
-
-[Memory leak due to improper exception handling](https://www.reddit.com/r/Kotlin/comments/u8lwxo/memory_leak_due_to_improper_exception_handling/)
280
-
-[Is there anything I should understand the fundamentals of before trying to learn Kotlin? What should I know before starting to study it?](https://www.reddit.com/r/Kotlin/comments/u8d8eq/is_there_anything_i_should_understand_the/)
281
-
-[Java AutoValue classes vs Kotlin Data classes](https://www.reddit.com/r/Kotlin/comments/u8bqvf/java_autovalue_classes_vs_kotlin_data_classes/)
282
-
-[Math knowledge and Kotlin](https://www.reddit.com/r/Kotlin/comments/u87t15/math_knowledge_and_kotlin/)
283
-
-[Important changes of my frameworks: kimmer-sql and graphql-provider](https://www.reddit.com/r/Kotlin/comments/u7zr7r/important_changes_of_my_frameworks_kimmersql_and/)
284
-
-[Using OpenAPI generator with Kotlin?](https://www.reddit.com/r/Kotlin/comments/u7ygql/using_openapi_generator_with_kotlin/)
0 commit comments