this post was submitted on 05 Aug 2024
18 points (82.1% liked)
Programming
17326 readers
183 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Formal math can be pretty dang handy, for programmin
But I've never actually needed it, for programming.
Boolean math does sometime look like a super power. I've noticed that veteran programmers pretty much all use it (or an intuition that is essentially the same thing), even if they've never been formally taught.
"I think we can do this in one fewer levels of nesting."
"No way."
.... some time and analysis later...
"How the hell did you know that?!"
"I noticed the logic simplifies a bit with DeMorgan's theorum and still works out."
"What the fuck did you just say?!"
...
"I said it was a lucky guess."