Calling toString method on non atomic types can cause serious issues like: - breaking the output format - trigger endless loops in application code if toString is implemented in a bad way
Calling toString method on non atomic types can cause serious issues like: