bod
12/21/2020, 1:51 PMtoString of some class that belongs to a dependency. For that I'll make an extension, but can't call it toString for obvious reasons, and I'm not very inspired, can you think of a good name? betterToString() / toExtraNiceString / toEnhancedString / toDetailedString ... Better ideas? 🙏Marc Knaup
12/21/2020, 1:52 PMtoString better?
Maybe toDebugString to convey that it contains more information suitable for debugging?Nicolas Chaduc
12/21/2020, 1:53 PMtoUnderstandableText()?bod
12/21/2020, 1:54 PMtoDebugString!Ruckus
12/21/2020, 4:33 PMprettyPrint(), though it's not really the most descriptive.andries.fc
12/21/2020, 8:09 PMtoString() if your function takes arguments. Otherwise I would stick to the something like X.toSttoingExt()