Hello, and welcome to a new post of Links lists! Hope you enjoy today’s selection. 🙂 Mistakes engineers make in large established codebases Link to heading An interesting article about working in large, legacy codebases - something I have been doing for a living most of my career. All the article is very relatable for me. I especially love this quote:| Andrea Bergia's Website
Introduction| wiki.alopex.li
I am adding a type system to RCL, my configuration language. In part 4, we look at how the typechecker is implemented in Rust, and at how it is able to generate good error messages.| ruudvanasseldonk.com
I am adding a type system to RCL, my configuration language. In part 2, I explain how the type system works. It is based on lattices and features a generalized subtype check.| ruudvanasseldonk.com