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
We have two Node scripts, one called import.js, and the other build.js in the bookish-reader repository. Both do roughly the same thing, checking a local folder file for a valid book, and then doing something with it.
import.js has a function that does this that build.js should reuse, rather than duplicating.
The text was updated successfully, but these errors were encountered:
amyjko
added
the
debt
Refactoring opportunities that improve maintainability or modifiability.
label
May 27, 2024
We have two Node scripts, one called
import.js
, and the otherbuild.js
in thebookish-reader
repository. Both do roughly the same thing, checking a local folder file for a valid book, and then doing something with it.import.js
has a function that does this thatbuild.js
should reuse, rather than duplicating.The text was updated successfully, but these errors were encountered: