📄️ Why failures and errors? Why not just failure or error?
Failure and errors have different fallbacks
📄️ Why errors? Why not exceptions?
Unhandled exceptions are crashing important flows for minor reasons too often
📄️ Is it possible to modify the step collection from a callback?
No❗
📄️ Why `case/when` does NOT work with just result codes?
Sometimes it may feel idiomatic to check the result code in the following way:
📄️ Why to use Convenient Service?
This page provides a non-complete and unsorted catalog of possible motivations to utilize Convenient Service in your project.
📄️ What is the purpose of Standard::V1::Config?
Convenient Service is a young library in the constant process of polishing its public interface.