Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@Moon Naming things is an exercise in self-discipline, like managing your file system and stuff like that, so that's a you problem, I believe.
And then, error handling is one of the most important things a programming language should be doing well. I like the try/catch blocks in "modern" high level languages, but I also like C for the weird reason that it does error handling in the same half-assed way it seems to be doing anything else outside of translating to as little machine code as possible. I was unaware of Elixir's apparent shortcomings in that area, though, so thanks for the cruising altitude overview.