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 functions in uniProcessor.js could easily be made into pure functions if instead of directly referring to countr and UniPath variables, they took them in as arguments.
If you did this, the functions would be pure (data in, data out) functions, which would be easier to test, meaning you could fill out your empty (:cry:) test file.
The text was updated successfully, but these errors were encountered:
The functions in
uniProcessor.js
could easily be made into pure functions if instead of directly referring tocountr
andUniPath
variables, they took them in as arguments.If you did this, the functions would be pure (data in, data out) functions, which would be easier to test, meaning you could fill out your empty (:cry:) test file.
The text was updated successfully, but these errors were encountered: