Fe₂🦀₃⋅H₂🦀 on Nostr: d I wish there was a sane easy way to do printf syntax. Most modern methods employ ...
d (npub15fk…j9gr) I wish there was a sane easy way to do printf syntax. Most modern methods employ variadic template trickery that's not well supported. Using raw printf causes GIGANTIC long term problems. I've never once in my entire life seen someone who was capable of maintaining printf statements in a big project without eventually creating a heap corruption bug because some data type changed and the fmt string wasn't updated