Files
codecrumbs/README.md
Bogdan Lyashenko 9c60f4d228 Fix client port
2018-12-04 19:30:43 +01:00

708 B
Raw Blame History

[ACTIVE DEVELOPMENT. STAY TUNED!]

codecrumbs

Leave "breadcrumbs" in source code via comments to find your way out from code maze

To run for your project:

yarn add codecrumbs then inside your project setup do something like (change -e, -d params for your paths):

{
  "dependencies": {
    "codecrumbs": "1.0.3-alpha"
  },
  "scripts": {
    "start": "codecrumbs -e src/index.js -d src"
  }
}

In a big codebase we cant:

  • generalize
  • recognise patterns
  • see big picture
  • make assumption

This project will allow you to:

  • leave bread crumbs in a code maze
  • cut off paths leading nowhere
  • see entire maze from a “birds-eye” view