General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Fireship
comments
Comments by "" (@GSBarlev) on "how to never write bug" video.
Jetbrains products are incredibly overzealous by default, though, and they're getting worse. I haven't tried PHPStorm, but with both Pycharm and IDEA I'll way too often miss real typos and valid warnings in the sea of spell-checked variable names and incorrect type inferences (that pass other linters just fine).
2
I first heard about functional programming from a joke in xkcd: "Code written in Haskell is guaranteed to have no side effects" / "...because no one will ever run it?" Nowadays, I defer execution like I'm the California penal system and am less willing to give things state than a Republican voting on DC or Puerto Rico.
2
A few years ago I was watching my then-three-year-old while trying to get some work done. Kid goes, "There's a bug!" and I mutter instinctively "not a bug, it's a feature." Pause. Kid replies, "There's a feature crawling on the wall." Born PM, that nugget.
1
+1 for static analysis. mypy enforced via pre-commit has saved my bacon more times than I can count.
1