📝Being strict in accepted input allows finding errors

source

Quirks, Caveats, and Gotchas In SQLite

Postel’s Law:

Be liberal in what you accept, and conservative in what you send. —Jon Postel

However, being strict in accepted input allows finding more errors (which is a good thing).

Argument

Backlinks