express-workshop
express-workshop copied to clipboard
Step 8: read before write
Had some feedback that it was confusing to introduce the idea of writing to JSON before reading from it, at that the step would flow better if it were the other way round.
Plan to introduce fs.readFile first, then fs.writeFile later on.