Comment on Real quick question about the "break"
crashfrog@lemm.ee 1 year agoWhat would be an example where you need different logic based on a number’s parity? Why wouldn’t you write logic that ignores the number’s parity?
Part of getting better as a programmer is realizing which stuff doesn’t matter, and writing less code, as a result.
UnRelatedBurner@sh.itjust.works 1 year ago
oh, okay, I hear you. Thanks
crashfrog@lemm.ee 1 year ago
Good luck