Quick stat from `grep -roh "\bval\b" . | wc -w` an...
# random
m
Quick stat from
grep -roh "\bval\b" . | wc -w
and
"\bvar\b"
gives 1988 `val`s vs 12 `var`s in my codebase. It's an accident it sums up to 2000. What about other people here?
m
mg6maciej: 1654 / 16 on the microservice I'm working on now.
🙂 1