How do you call those little annoying cases that has to be checked , like ‘it’s the first time someone entered a record / delete the last record in a linked list (in c implementation) / … ‘ ?
The only term I know translates not-very-nicely to ‘end-cases’ . Does it have a better name?
Edge cases.