Things I've Changed My Mind About
Strong opinions, held for years, quietly abandoned. This is a list of things I used to believe and donβt anymore. Compiled languages are safer than interpreted ones I came up writing Java, and Java taught me that correctness was the compilerβs job. If it built, it was probably right; if it didnβt, the compiler told me where Iβd gone wrong. That felt like safety. It took me years to notice it was mostly a crutch, as I learned to lean on the toolchain when I didnβt know the language well enough to reason in the language itself. ...