diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 13:42:41 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 13:42:41 +0300 |
| commit | ad7113c9119458f076fea90f55b8a9ceecb45891 (patch) | |
| tree | 4933d32db05ba3644d24b736ec559cc3eaa70bd6 /docs | |
| parent | 9dd16cddc2d712c3aad0b0a5c8a5a1227e36a1c7 (diff) | |
refactor(rpn): simplify isValidIdentifier(), removing dead multi-char loop (task 5j)
The loop checking remaining characters was dead code — the final
check meant any token longer than 1 char was rejected
regardless of what the loop found. Replace the entire function with a
simple single-char check.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
