Skip Navigation

What are some interesting thinking skills or strategies you've picked up from programming (or anywhere else, but try to stick to programming for now)

switch statements

switch statements require you to exhaustively consider all relevant or possible inputs (if you don't rely on default).

Interestingly, the notion that switch statements can require a default is reflective of the truth to the idea that when the stakes get high, we all fall back to our default level of training or function. This has global applications to our functionality and, by extension, the inputs (things,people/their methods,contexts) in our lives as well

30

You're viewing a single thread.

30 comments
You've viewed 30 comments.