stanch / reftree

Automatically generated diagrams and animations for Scala data structures
http://stanch.github.io/reftree/
GNU General Public License v3.0
587 stars 36 forks source link

Consider using UNICODE NULL symbol '␀' for nulls #21

Open pathikrit opened 6 years ago

pathikrit commented 6 years ago
Char nullSymbol = '␀'
stanch commented 6 years ago

While the semantics appeal to me, I am not convinced, because this symbol is somewhat hard to read in comparison to ...

pathikrit commented 6 years ago

Maybe an option override it then? RefTree.Null(displayAs = "␀"). I can imagine people may want to display it as string "NULL".