In your opinion, what is the difference between a corner case and an edge case?
Corner case is rarer
Edge case is rarer
No difference, I use both terms
No difference, I use one term
Poll ended at .
@melanie I was quite "angry in geometry" at the poll results until realising there's two potential readings of this phrasing:
"Comparing the terms 'corner case' and 'edge case', which indicates a rarer case?"
"Which of the terms 'corner case' and 'edge case' is more common in usage to you?"
@melanie In my understanding:
- An edge case is where one unlikely condition is encountered.
- A corner case is where more than one unlikely condition is encountered.