-
Should We Avoid Ternary Operators?
I recently read a Facebook post which suggested it was better to use a ternary operator instead of an if…else statement whenever the result would be a single line of code. That doesn’t seem right. I’ve noticed this trend toward shorter, smaller code, and I understand the appeal. If I can do in one line […]
-
Fully Integrate Linux into VS Code on Windows
Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. Steve Ballmer, Microsoft CEO, June 2001 This ain’t yer Dad’s Microsoft… In the past few years, Microsoft has made Visual Studio Code, the free code editor that runs everywhere, into the preferred choice of many developers. And, rather than […]