I explained a bit about handling errors in rust in a previous article. This was more of an exploration of what is possible and not necessarily what to do. I have programmed a bit more rust since then and want to present my oppinion on how to handle errors in rust.
Handling Errors in Rust with Traits
Rust is a bit peculiar (in a good way) when it comes to many things, errors is one of them. So to add to the growing body of texts written on the topic of programming in rust, I have written this.
The modern Web
I have recently started to learn about how to build web pages in a modern javascript
everywhere kind environment. This is what I have found.
Basics of computer programming Part 2: Programming Languages
The next part of computer programming, this time I shift the focus to programming languages, the main, but far from the only tool of the trade.
Basics of computer programming Part 1.1: More obscure types of programs
So in [the last post]{@/Computers/basics_of_computer_programming_introduction.md} I tried to guide through the type of programs that are normally visible to the user.