60
New VS Code Extension Replaces Booleans with Toggles
(lemmy.sdf.org)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.