|
|
|
|
|
by jlesk
3204 days ago
|
|
Most of the principles are always in tension to some degree, and come down to a design decision. In this case, the shorter, clearer term won out. The two terms are practically synonymous, so if you know what a "boolean" is, you probably know what a "flag" is. In actual use, you rarely interact with the names anyway -- you use `true` and `false` as values like most other languages. |
|