You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, most Ring middleware functions modify the request or response map with unqualified keys. However, each middleware could instead use namespaced keys with registered semantics for those keys. The keys could then be checked for conformance, creating a system with greater opportunities for collaboration and consistency.
The text was updated successfully, but these errors were encountered:
Should contain:
javac
compilation.Explain why using namespaced maps
https://clojure.org/guides/spec
The text was updated successfully, but these errors were encountered: