Proper way to name booleans that are A or B not True False
Posted
by Hurricanepkt
on Stack Overflow
See other posts from Stack Overflow
or by Hurricanepkt
Published on 2010-04-05T15:32:29Z
Indexed on
2010/04/05
15:53 UTC
Read the original article
Hit count: 226
I have a field that indicates whether someone wars a commission or a fee.
In sql its going to be a bit field.
How should I name it?
© Stack Overflow or respective owner