What is a total function?

The Eric Normand Podcast - Un pódcast de Eric Normand

Categorías:

Total functions are functions that give you a valid return value for every combination of valid arguments. They never throw errors and they don’t require checks of the return value. Total functions help you write more robust code and simpler code, free from defensive checks and errors.

Visit the podcast's native language site