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
There are a couple of architecture choices that we've made that should get documented so it's clear why it is the way it is.
One that comes up in conversations with people is that default values are always strings that get passed to the parser rather than parsed values. For example 'true' vs. True. I think it's a worthwhile thing to explain in the docs. One nice thing that might come of this is that someone comes up with a better way to meet my requirements.
This issue covers writing that up.
The text was updated successfully, but these errors were encountered:
There are a couple of architecture choices that we've made that should get documented so it's clear why it is the way it is.
One that comes up in conversations with people is that default values are always strings that get passed to the parser rather than parsed values. For example
'true'
vs.True
. I think it's a worthwhile thing to explain in the docs. One nice thing that might come of this is that someone comes up with a better way to meet my requirements.This issue covers writing that up.
The text was updated successfully, but these errors were encountered: