Names should be as short as possible while still being clear
Short, meaningful names that take context into account are better than long, verbose names that don't.
Short, meaningful names that take context into account are better than long, verbose names that don't.
An article about lookup tables in Forth that I co-authored with Hans Bezemer (creator of 4tH) when I was 16.
"WebAssembly: The Definitive Guide" by Brian Sletten - a wide and shallow overview of the WASM landscape. Logically, it can be seen as a compantion to "The Art of WebAssembly" which goes deep into the WASM language and spec; in reality, it falls short. The bo...
When designing Python packages, decoupling the file structure from the package's API makes your package easier to import and use.
Almost 200 commits adding Nix, Winget, and much more…
Go 1.21 RC brings language improvements, new standard library packages, PGO GA, backward and forward compatibility in the toolchain and faster builds.
Summary goes here
In my post Managing your Go tool versions with go.mod and a tools.go I talked about how to track tool dependencies in a tools.go to more easily run your tools without a make setup step or similar. However in the performance section I noted that there can be a slight performance h...