The same can be said for `%`.
# stdlib
k
The same can be said for
%
.
3
c
Pretty common
mod
, at least where I'm coming from, haven't seen
**
till this discussion though except in some c/c++ code dealing with pointers, and even that I remember vaguely.
d
google understands it
as in google calculator
m
%
,
&&
,
||
are all great examples of what I wrote. They are clear because they are there for very long and they are used quite often (Maybe
%
not so often in everyday job, but it is a very popular idiom in examples or simple exercises we all did a lot when we were learning programming). Everything can be intuitive, but you need to see it many, many times
e
Familiarity is key here. It is Ok to introduce a few “new” concepts. As long as the whole notation is mostly familiar to the reader, they’ll grasp. Understanding really breaks when multiple unfamiliar concepts are used together.