Once and Only Once

From PKC
(Redirected from Once and only once)
Jump to navigation Jump to search

OAOO or Once and Only Once is an article written on [wiki.c2.com wiki.c2.com], a website[1] by Warningham dedicated to Software Engineering concepts.

My interest in OAOO was triggered by discussing it with my older son. While classifying functions, there are three generic types, injective, surjective, and bijective. In the case of bijective functions, every element in the domain must be mapped to elements in the target domain, once and only once.

Operationally, there is a term called: Idempotence, which is also related to the idea of Once and only once.

References