Category Archives: Code Craft

Rust’s Golden Rule

I stumbled across this blog post (https://steveklabnik.com/writing/rusts-golden-rule) a short time ago. The author spends a bit of time on a concept that is pretty much normal for compiled languages, and almost completely missing from dynamic languages: function signatures. In particular, he points out that Rust’s requirement that we are explicit about function signatures means that… Read More »