sebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 1 year agoNew VS Code Extension Replaces Booleans with Toggleslemmy.sdf.orgimagemessage-square19fedilinkarrow-up160arrow-down11
arrow-up159arrow-down1imageNew VS Code Extension Replaces Booleans with Toggleslemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square19fedilink
minus-squaresebastiancarlos@lemmy.sdf.orgOPlinkfedilinkEnglisharrow-up6·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.