The Humble For Loop in JavaScript
Related
More from Secret Weblog
Rust has some really nice functional programming facilities built in, all around an iterator concept. Rust being focused on performance and low level control makes it possible to use this without paying a performance cost. Sometimes I still prefer to use the humble for loop though. In quite a few cases, it combines high performance with high...
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.