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
{{ message }}
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.
The current handling of settings is not optimal - we currently use a global variable to store all settings. Because of this, I haven't added any features which could be disableable yet
Ideally, we should investigate passing settings through the call stack. This however creates issues of a parameter only being present to pass down into lower functions in case it is needed.
One idea is to attach settings to a StringReader, but that isn't the purpose of the reader.
The text was updated successfully, but these errors were encountered:
The current handling of settings is not optimal - we currently use a global variable to store all settings. Because of this, I haven't added any features which could be disableable yet
Ideally, we should investigate passing settings through the call stack. This however creates issues of a parameter only being present to pass down into lower functions in case it is needed.
One idea is to attach settings to a
StringReader
, but that isn't the purpose of the reader.The text was updated successfully, but these errors were encountered: