programmers should just put all their code in one file. way easier to find. it's in the file

programmers should just put all their code in one file. way easier to find. it's in the file
I had a job once where most of the logic lived in a ~15,000-line python file. There was a particular task I had to do fairly often, and my process for it was to open The File and search for the word "bullshit", which would take me right to where I needed to make the change. It was pretty convenient honestly