mirror of
https://github.com/dwmkerr/hacker-laws.git
synced 2025-12-17 20:55:02 +01:00
Relations between Postel and Hyrums
The liberality stated in Postel's principle may limit protocols evolution, as users will rely on that.
This commit is contained in:
@@ -557,6 +557,14 @@ Often applied in server application development, this principle states that what
|
||||
|
||||
The goal of this principle is to build systems which are robust, as they can handle poorly formed input if the intent can still be understood. However, there are potentially security implications of accepting malformed input, particularly if the processing of such input is not well tested.
|
||||
|
||||
Allowing non-conformant input, in time, may undermine the ability of protocols to evolve
|
||||
as implementors will eventually rely on this liberality to build their features.
|
||||
|
||||
See Also:
|
||||
|
||||
- [Hyrum's Law](#hyrums-law)
|
||||
|
||||
|
||||
### SOLID
|
||||
|
||||
This is an acronym, which refers to:
|
||||
|
||||
Reference in New Issue
Block a user