minus-squaredzire187@feddit.detoProgramming@programming.dev•What are your programming hot takes?linkfedilinkarrow-up8·1 year agoi used to think like this. nowadays I prefer readability, and even debugability. sure, I could inline that expression, but if I assign it to a constant with a descriptive name instead, the next person reading that piece of code will not hate me. linkfedilink
minus-squaredzire187@feddit.detoTechnology@beehaw.org•Fairphone 5 Releasedlinkfedilinkarrow-up10·1 year agoWhy wouldn’t they? Their goal is to create a fair phone. Not a niche phone for a few geeks. linkfedilink
i used to think like this. nowadays I prefer readability, and even debugability.
sure, I could inline that expression, but if I assign it to a constant with a descriptive name instead, the next person reading that piece of code will not hate me.