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
Looks to me like /utils is a place where you can place small snippets you can use throughout the application. Small functions to build bigger things with.
You designed parse_config to be used specifically for mocks.py, so I guess it makes sense.
This is scope creep on the PR, so let's close this PR without changing this, but create a new Issue to decide where allmocks.py functions should go -- other ones I think meet the definition I copied in above. Or better yet add it to the discussion about creating a Class for Mocks: #63
@bazkiaei I like this definition:
from erikras/react-redux-universal-hot-example#808
You designed
parse_config
to be used specifically formocks.py
, so I guess it makes sense.This is scope creep on the PR, so let's close this PR without changing this, but create a new Issue to decide where all
mocks.py
functions should go -- other ones I think meet the definition I copied in above. Or better yet add it to the discussion about creating a Class for Mocks: #63Originally posted by @lspitler in #69
The text was updated successfully, but these errors were encountered: