Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Require workflow diagram / system architecture #134

Open
aman3991 opened this issue Feb 24, 2019 · 1 comment
Open

Require workflow diagram / system architecture #134

aman3991 opened this issue Feb 24, 2019 · 1 comment

Comments

@aman3991
Copy link

Despite of a great a project, it difficult to flow through the project source code. It would be great if a system architecture or a workflow diagram could be provide to acknowledge the re-usability of this project.

@cwgabel
Copy link

cwgabel commented Feb 24, 2019

I too got overwhelmed, especially getting my head around:

let modules = require.context("../services", true, /.js$/); (find it in server/core/services.js)

It's all about context.

No diagram will help you simplify this code. You have to put in the effort to understand it line by line.

I really appreciate this code, it's what I aspire to write.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants