vadr
vadr copied to clipboard
Simpler handling of placeholder
Placeholders get in the way of more interesting nested constructions of chain and other anaphora.
- inspect code, look at where I'm using explicit placeholders, and see if any usefully do it other than in top level argument position
- if easy enough to refactor, restrict use of '.' to top level
On inspection, I use deeply nested . all the time.