hono4kami@piefed.social to Programming@programming.devEnglish · 3 days agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square18fedilinkarrow-up1121arrow-down11
arrow-up1120arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 3 days agomessage-square18fedilink
minus-squareesa@discuss.tchncs.delinkfedilinkarrow-up2·2 days agoIt comes off as simulating enums with strings. And yeah, even the string interpolation seems kind of excessive when it’s just appending _address. Js is even kinda infamous for how willing it is to do that with +.
It comes off as simulating enums with strings.
And yeah, even the string interpolation seems kind of excessive when it’s just appending
_address
. Js is even kinda infamous for how willing it is to do that with+
.