Live data from Hacker News

Against Single-File Codebases

rugu.dev

1–4 of 4 posts

Re: Against Single-File Codebases

#4
Almost all of my hobby project programs are in a single file. With right use of comments and organisation of data structures and functions it is not much different than dividing the code into multiple files. I often have multiple views on the file open, just like you would with multiple files.