Just a small note. I generally prefer conversions ...
# spring
g
Just a small note. I generally prefer conversions from domain to dto to be implemented as extension functions. I find it easier to read and more idiomatic https://github.com/mix-it/mixit/blob/master/src/main/kotlin/mixit/controller/UserController.kt#L128
👍 1