public interface IFailFast extends ICheckerReference, IFailerReference, ICallContractorReference
This is to help programmers to follow the FailFast-principle.
The FailFast-principle helps you detect and report unexpected errors immediately when they occur.
The FailFast-principle favors simple code-fixes over complex runtime error recovery schemes.
Read the description and references here: http://en.wikipedia.org/wiki/Fail-fast
Implementations of this should be extensible (not final).
getChecker, setChecker
getFailer, setFailer
getCallContractor, setCallContractor
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.