../../..

We have some common modules that nearly all of our code uses. Every time it’s used, our require() statement has to traverse up and back down the directory structure. Not only is this duplication annoying, it will cause problems whenever we need to move files around. How can we best access our common modules?

  1. E452Stuff That Needs Doing

    Wed, 5 Oct ’16
  2. E453Dependency Consistency

    Mon, 10 Oct ’16
  3. E454Vendor Synchronization

    Wed, 12 Oct ’16
  4. E455../../..

    Mon, 17 Oct ’16