The recommended way is to write toString
manually (or generate by IDE) and hope that you don’t have too many of such classes.
The purpose of data class
is to accommodate the most common cases of 85%, which leaves 15% to other solutions.
The recommended way is to write toString
manually (or generate by IDE) and hope that you don’t have too many of such classes.
The purpose of data class
is to accommodate the most common cases of 85%, which leaves 15% to other solutions.