Comment on Real quick question about the "break"
crashfrog@lemm.ee 11 months 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 11 months ago
oh, okay, I hear you. Thanks
crashfrog@lemm.ee 11 months ago
Good luck