Luke Arms
Luke Arms
If feasible, this change would help reduce memory consumption.
Given these rules have the same priority and cover similar / adjacent tokens, refactoring them into one class may improve efficiency and clarity.
- [ ] Consider statements like these for replacement with suppression of blank lines across a range of tokens, so blank lines between adjacent comments are collapsed in the given...
For starters: - `--enable strict-lists,semi-strict-expressions` - `--operators-first`
Example: ```php
Real-world code assigns the expanded glob to an array variable, but the same parsing error prevails in both cases: ```bash function check_pools() { ( shopt -s nullglob extglob rm -fv...