7
I used to write all my code in one big file until my project in Austin crashed last month
2 comments
Log in to join the discussion
Log In2 Comments
thea_knight3d ago
My first job in Austin had a single PHP file that hit over ten thousand lines. The whole thing just locked up one afternoon and took the client's store down for hours. Splitting that mess into modules felt like untangling a ball of Christmas lights, but it saved the project. Now I won't even start a script without making a separate folder for the main parts. That crash taught me that clean code isn't just nice, it's what keeps the lights on.
8
nathanrobinson3d ago
What gets me is how that kind of code crash can actually kill a small business. It's not just a dev headache, it's someone's rent check going up in smoke because their site died.
2