sebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 1 year agoNew VS Code Extension Replaces Booleans with Toggleslemmy.sdf.orgimagemessage-square15fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageNew VS Code Extension Replaces Booleans with Toggleslemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square15fedilink
minus-squaresebastiancarlos@lemmy.sdf.orgOPlinkfedilinkEnglisharrow-up2·1 year agoGood point. I actually thing that having if x == true is bad practice anyway because it’s redundant, so showing a toggle in that context would have the benefit of highlighting that something’s wrong.
Good point. I actually thing that having
if x == true
is bad practice anyway because it’s redundant, so showing a toggle in that context would have the benefit of highlighting that something’s wrong.