Comment on Strings do too many things

corytheboyd@kbin.social ⁨7⁩ ⁨months⁩ ago

Strings became ubiquitously used for a reason, they map really clearly to the way we think as humans. Most importantly, when you’re debugging, seeing string data is much friendlier than whatever data your symbols map to (usually integers, from enum structures)

No, obviously it’s not the most efficient thing in the world, but it hardly matters, and you’re not getting anyone to stop because you’re “technically right”.

source
Sort:hotnewtop