Dariusz Nowak
All posts by

Dariusz Nowak

Software Engineer
expand_more

Results for category: Back-end close

How to make XML-generating code more readable with Kotlin extensions and lambdas

more-readable-xml-generating-code

XML-generating code in Kotlin may not be readable enough by default. Thankfully, using Kotlin extension functions and lambdas with receiver, we can improve it significantly.