-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
futureKeep track of this for the futureKeep track of this for the future
Description
Allowing param names to be case insensitive makes it harder to write a DALI compatible service using modern development frameworks.
Lines 580 to 586 in f86401e
\subsection{Case Sensitivity} | |
Parameter names are not case sensitive; a DAL service must treat | |
\hbox{upper-,} \hbox{lower-,} | |
and mixed-case parameter names as equal. Parameter values are case sensitive | |
unless a concrete DAL service specification explicitly states that the values of | |
a specific parameter are to be treated as case-insensitive. For example, the | |
following are equivalent: |
Almost all of the current development tools assume that param names will be case sensitive. This adds yet another bit of friction that new developers have to contend with.
Metadata
Metadata
Assignees
Labels
futureKeep track of this for the futureKeep track of this for the future