Which guiding principle says that services and processes should NOT provide a solution for every exception?
Which guiding principle says that services and processes should NOT provide a solution for every exception?
The guiding principle that advises against providing a solution for every exception is 'Keep it simple and practical.' This principle emphasizes avoiding over-complication by not trying to account for every possible exception, which can lead to excessive complexity. Instead, it suggests implementing general rules to handle exceptions more effectively and maintaining simplicity and practicality in services and processes.
4.3.6 Keep it simple and practical Trying to provide a solution for every exception will often lead to over-complication. When creating a process or a service, designers need to think about exceptions, but they cannot cover them all. Instead, rules should be designed that can be used to handle exceptions generally.
Trying to provide a solution for every exception will often lead to over-complication. When creating a process or a service, designers need to think about exceptions, but they cannot cover them all. Instead, rules should be designed that can be used to handle exceptions generally.
100% A Though I did choose Think and Work Holistically, it makes more sense for it to be Keep it Simple and keep it practical