etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Switch to lazy messages for Debug Mode #80

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

Since logging happens on every Action dispatch, string building and toString() calls on data classes should be completely disabled when debug mode is off.