There is file called read.js and resolveJoins.js. Both are utility file that require each other. Right, I'm requiring them when I need it as Modules are cached after the first time they are loaded. What is best practice to do Recursive require 1st...