Difference between revisions of "Once and Only Once"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[https://wiki.c2.com/?OnceAndOnlyOnce OAOO] or [https://wiki.c2.com/?OnceAndOnlyOnce Once and Only Once] is an article written on [wiki.c2.com wiki.c2.com], a website dedicated to Software Engineering concepts. | [https://wiki.c2.com/?OnceAndOnlyOnce OAOO] or [https://wiki.c2.com/?OnceAndOnlyOnce Once and Only Once] is an article written on [wiki.c2.com wiki.c2.com], a website 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 [[codomain|target domain]], once and only once. | |||
=References= | =References= |
Revision as of 08:06, 4 July 2021
OAOO or Once and Only Once is an article written on [wiki.c2.com wiki.c2.com], a website 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.