September 2018
Intermediate to advanced
302 pages
7h 17m
English
No-one likes huge monolithic code bases with all features intertwined. What can we do to prevent this as the application grows? Make sure to wisely locate code files and have a standardized way of doing so.
An example of a monolithic code base that will cause you a headache once it surpasses 10,000 lines is the following one:

Imagine one directory with 1,200 reducers to scroll through. You would probably use search instead. Believe me, this also becomes tough with 1,200 reducers.
Instead, it is much better to group code by features. ...
Read now
Unlock full access