Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break 1000+ LOC files into separate modules #1230

Closed
Mrazator opened this issue Apr 2, 2021 · 1 comment
Closed

Break 1000+ LOC files into separate modules #1230

Mrazator opened this issue Apr 2, 2021 · 1 comment

Comments

@Mrazator
Copy link

Mrazator commented Apr 2, 2021

Hey!

I am seeing a trend, in open source JS projects like this one, to keep and maintain files with more than 1000 lines of code.

As a potential contributor, it seems quite hard to follow this, as it is needed to go through the whole file and understand all of the thousands lines of code.

How does this work you? Why are you following this trend? Did you think about giving it a structure and splitting it into some standalone modules?

Thanks for reply!

@dbaeumer
Copy link
Member

dbaeumer commented Apr 6, 2021

There is no deeper reason for this. It simply evolved that way.

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

No branches or pull requests

2 participants