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 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.