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
The design pattern we want to use is to get all env variables from the return of a get_env_vars() call. This is not being used consistently (see functions like get_non_hidden_columns()). We should take the time to comprehensively update to the use of this pattern across all areas of the code.
Hey @zkoppert , I've refactored the code to use get_env_vars() across the app. There's still some room for improvement, but I'd like to get your thoughts on these changes first.
The design pattern we want to use is to get all env variables from the return of a get_env_vars() call. This is not being used consistently (see functions like get_non_hidden_columns()). We should take the time to comprehensively update to the use of this pattern across all areas of the code.
Thanks to @spier for discovering this issue.
The text was updated successfully, but these errors were encountered: