hono4kami@piefed.social to Programming@programming.devEnglish · 6 days agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square21fedilinkarrow-up1120arrow-down11 cross-posted to: [email protected]
arrow-up1119arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 6 days agomessage-square21fedilink cross-posted to: [email protected]
minus-squareesa@discuss.tchncs.delinkfedilinkarrow-up2·5 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+
.