It’s Friday, it’s time for a new pack of articles to go over the weekend.

No, your pull request does not need a review

In the past years, Jeroen Mols’ thoughts on pull request reviews have evolved considerably. This post details when to craft a pull request and what pull requests require a code review.

Reduce code complexity: Guard clauses

Guard clauses are awesome – by mastering this one simple principle and applying it in practice, you will greatly simplify the intricate logic in your application.

Annotations for Koin

Koin developers decide to introduce annotations. Until now, declaring dependencies was possible only within the module. With this change, this approach expands to allow the automatic building of modules at compile time. More about it you can find in this article.

Lambdas and Function References

A good understanding of lambda expressions opens up new possibilities for more efficient use of Kotlin syntax. It is described very well as part of Kotlin: An Illustrated Guide.

That’s all from us, be safe!

Leave a comment

Leave a Reply