development
Content related to various programming languages and their toolchains.
Language | Thoughts |
---|---|
Go | When you like checking errors, no syntactic sugar, and want to be your own car mechanic in code.1 |
PowerShell | When you get tired of parsing text as strings and want to move to the 21st century with objects 😀 |
Shell | When you need some adhoc magic that you don't care about testing, cross-platform consistency, and readability |
-
Good luck finding an "is-even" package in the Go ecosystem. No hand holding here! ↩