| ▲ | sajithdilshan an hour ago | |||||||
The question should be how can they ever let that file grow that big. What kind of engineers were working on that, like I hate seeing any file more than 300-400 lines of code | ||||||||
| ▲ | dgellow an hour ago | parent [-] | |||||||
If well organized the number of lines of code in a file is really irrelevant. 300-400 loc is a tiny file in any professional project. Splitting in a large number of file doesn’t magically make things simpler to manage, in fact you fragment the context by doing that. And very likely end up with unnecessary abstractions | ||||||||
| ||||||||