this post was submitted on 21 Jun 2023
79 points (100.0% liked)

Programmer Humor

852 readers
1 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 14 comments
sorted by: hot top controversial new old
[–] conciselyverbose@kbin.social 11 points 1 year ago (3 children)

I, uh, actually kind of like the idea. If you just visually converted primitives to a toggle after you type true/false, and let you delete it like any other text, it could be a small convenience on any flags you might change during the development process.

[–] Perry@kbin.social 4 points 1 year ago (1 children)

As long as it's not literally a toggle that you can interact with.

I can only imagine the horrors of accidentally clicking in the editor while selecting some text and quietly changing certificateIsValid = false; to true or something like that.

[–] Maven@lemmy.sdf.org 3 points 1 year ago

Nah, make it a keybind like alt-shift-click and give it a deafening sound like throwing an industrial breaker.

[–] sebastiancarlos@lemmy.sdf.org 3 points 1 year ago* (last edited 1 year ago)

I mean this as a joke but you might be right. A quick search suggests that no one implemented something like this yet.

[–] PlexSheep@feddit.de 2 points 1 year ago (1 children)

As a visual indicator, sure.

[–] conciselyverbose@kbin.social 6 points 1 year ago (1 children)

Oh, I could easily see a trainwreck of an implementation. But if this was just a display option like color coding keywords and variables, but you could click to change the underlying true/false? I might add it.

[–] sebastiancarlos@lemmy.sdf.org 4 points 1 year ago (1 children)
[–] LukeChriswalker@feddit.de 2 points 1 year ago

Beatiful. Magnificent indeed

To actual posisble implementations, it'd actually be interesting as an indicator next to the bool to make it easier to see when debugging

[–] Hazzard@lemm.ee 5 points 1 year ago (1 children)

I used an extension a while ago that changed CSS colour values (#ababab) into little coloured dots, that became a colour picker when clicking on them (while still letting you input RGB or Hex, ofc), and it was pretty awesome!

So, I could unironically see this being really nice. Although... I think this would need a pretty narrow context, something like if x == true would look pretty confusing as a toggle, I imagine. But assigning x = true? Bring it on.

[–] sebastiancarlos@lemmy.sdf.org 6 points 1 year ago

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.

[–] JSens1998@lemmy.ml 4 points 1 year ago

It looks neat, but I think I'll keep my true and false. I don't like chhannngggeeee!

[–] kubica@kbin.social 3 points 1 year ago

Sounds like some condiment for the spaghetti.

[–] TechieDamien@lemmy.ml 2 points 1 year ago

MATLAB does this...

[–] justinalanbass@kbin.social 1 points 1 year ago

Grep -Irn "green toggle thingy" ./*

load more comments
view more: next ›