Comment by jasonjmcghee

Comment by jasonjmcghee a day ago

0 replies

My take on the if-statements example wasn't actually so much about if statements.

And this was obfuscated by author's use of global variables everywhere.

The key change was reducing functions' dependencies on outer parameters. Which is great.