Should I prefer big Elm files?

I prefer big files and flat model structures. And have no problems navigating them. In one of my project the Update file contains 6900 lines, and a view file of 5800 lines :grin:
I feel in complete control and have a nice structure of separate files for API endpoints and Data structures/types with encoders and decoders ++
(total size of my app is about 80k lines)

1 Like