Answers for "fail fast principle"

1

fail fast principle

Code should not do half of the work and then dereference the null and crash only
then leaving half of some work done causing the system to be in an 
invalid state.
Posted by: Guest on September-23-2021

Browse Popular Code Answers by Language