TIL is my collection of short, technical daily learnings. 223 and counting.
Unknown Value in Brackets
I’m reading How to Open Source by Richard Schneeman (fantastic) and one of his tips is to show documentation code like this (consider documenting ls): ls <desired-path> Rather than the common: ls /your/path/here ...