Always use real variable names in examples

tags: [[Development]]

pid: 210426074810

Just like you wouldn't use foo, bar, and baz in the real code you are writing, you should not use them when writing example code either.
Instead use real variable names that describe what it contains and create examples based on reality. This will make your examples easier to grasp and build upon.

[[Jason Etcovich]] ([[2020-08-24]]). "Assorted thoughts on documentation". Link
Linked references
2021-06-22 The Etymology of Programming