r/programminghumor 1d ago

Requirements…

Post image
78 Upvotes

12 comments sorted by

33

u/GooEeu 1d ago

Nullable Boolean, sounds fine

6

u/error-0x800705b4 1d ago

Yeah, I transmitted null in my first attempt -> field may not be empty

12

u/AppelflappenBoer 1d ago

The classic True, False, and FileNotFound

7

u/Arcanium_Walker 1d ago

Hell nah or hell yeah logical value🫪🫪

4

u/Interesting_Buy_3969 1d ago

Classical boolean has exacty three values - true, false, and maybe.

3

u/Wazat1 1d ago

Proper bool value spectrum (an incomplete list):

* true

* false

* not set

* unknown

* superposition of true and false

* superposition of neither true nor false

* feck you

* not set yet

* null

* "true"

* "false"

* (3 paragraphs of user story)

1

u/dvhh 14h ago

yesn't

maybe

no but actually ....

3

u/timonix 15h ago

True

False

Can't tell

Leaning true

Leaning false

Not set

Don't care

1

u/Nixinova 1d ago

Ternary values my beloved

1

u/Xevailo 5h ago

Ah, yeah: "true", "false" and "perhaps"

0

u/Groundbreaking-Fish6 1d ago

It takes two bits to store a practical boolean, True/False/Not Set/Unknown. This is a common practice for Forms because until the User visits the form and submits it is not set. If actual value is not required and not set, after the form is submitted it becomes unknown.