Davide's Code and Architecture Notes - Postel's law for API Robustness
When designing and building Web APIs, we should follow Postel's law to make our API more robust.
Given the original definition, the law states that you must
Be conservative in what you do, be liberal in what you accept from others
But it is often r...
code4it.hashnode.dev5 min read