|
|
|
|
|
by rolodato
3204 days ago
|
|
> e.g. I use the terms "Flag" instead of "Boolean" I'm not familiar with THT and this is a nitpick, but doesn't this contradict the first principle? Pretty much every language I've ever used has some notion of "boolean", and I don't know one that uses "flag". Don't want to bash, just curious how that decision was taken. |
|
In actual use, you rarely interact with the names anyway -- you use `true` and `false` as values like most other languages.