The Humble For Loop in Rust
Related
More from Secret Weblog
I've seen some programmers try to avoid the humble for loop at all costs, in favor of more functional abstractions. I'm going to argue that the for loop is sometimes simply the best option. That doesn't mean you should always use it -- far from it -- but it does mean you should give it due consideration. The goal is to help develop some...
In software development we have best practices. These are the distilled wisdom of software engineering, and you should follow best practices to be a good software developer, and to develop good software. If someone points out you broke them, that should be sufficient to make you mend your ways. This is what the term "best practices" implies to me...
Part five in a series about my teenage adventures learning about computers and programming in the 1980s: achieving assembly
Part four in a series about my teenage adventures learning about computers and programming in the 1980s: the call of assembly language.