Doesn’t always work, especially if you need to work with any sort of calendar or recurring schedule.
Doesn’t always work, especially if you need to work with any sort of calendar or recurring schedule.
Just enable format-on-save. That way gofmt can helpfully delete that variable you just added that you were for sure never going to use. You’re welcome!
There technically is!
https://developer.mozilla.org/en-US/docs/Web/API/Window/print
Well. In browsers, anyways.
Not everything. There’s a list of currently supported and unsupported apis on the docs. Streams aren’t supported at all, for example.
Nah, they’re very similar, really. You generally kick IO heavy stuff you don’t need immediately off to async await.
There are a few more applications of it in C# since you don’t have the “single thread” to work with like in JS. And the actual implementation under the hood is different, sure. But conceptually they’re similar. Pretty sure JS was heavily influenced by C#'s implementation and syntax.
He lived in Colombia*, which I assume is how D.C. snuck into the comments. Took me a sec to follow that jump.
OOP definitely doesn’t get to claim static types for only itself either. Fuck that.