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.