Allowing param names to be case insensitive makes it harder to write a DALI compatible service using modern development frameworks.
|
\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.
Allowing param names to be case insensitive makes it harder to write a DALI compatible service using modern development frameworks.
DALI/DALI.tex
Lines 580 to 586 in f86401e
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.