Edge cases

Edge cases are a common discussion in CRM. Clients use the software to the limits, and run into edge cases frequently (not as frequent as common use, of course).

Principle: Never let an edge case negatively impact the 99% use case

When solving a problem for an edge case, never let the edge case negatively impact the 'common' use case (99% use case).

Last updated