this post was submitted on 21 Jun 2023
73 points (97.4% liked)

Programmer Humor

33216 readers
2 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fibojoly@sh.itjust.works 16 points 2 years ago (2 children)

I can't tell if it's a parody or an actual genius idea.

[–] GlitchyDigiBun@lemmy.world 3 points 2 years ago (1 children)

I would like to see the debugger give a list of all these boolean values and watch them toggle in real time. That would be far more useful.

[–] sebastiancarlos@lemmy.sdf.org 1 points 2 years ago (1 children)

fwiw I opened an issue on the vs code repo. It already got a downvote and the issue was reassigned from one maintainer to another. Popcorn is tightly secured.

[–] GlitchyDigiBun@lemmy.world 1 points 2 years ago

Eh, I'll stick with C# slowly becoming more and more syntax-redundant like all the other OOPLs :'(

[–] dingdong@lemm.ee 1 points 3 months ago* (last edited 3 months ago)

No there is AT LEAST one use for this. You could create an options class with booleans, and you could toggle settings when running or debugging. Also less savvy people (other non software engineers) can toggle settings easier for internal tools.