Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115858yLately its one js file we have at just under 5k lines.
But i remember seeing 10k+ a long time ago. -
Doehl1638yAll from real client projects.
Css: +35000
Js (before concat): +40000
PHP: +11000
Ps:
I have worked as an APM consultant for years, so did see some crazy shit. -
Large files are usually an indicator for bad code. There is always a way to break down your code, make it more modular, understandable and readable. Even css (sass). Just leaving this here... *Flying away*
-
crisz82368yOn github I found some one-file projects. I practiced on a 2000rows text editor project
-
@starless this was the norm in a lot of legacy C/CPP I used to work in. There were attempts to spread it out to multiple files, I think it was something like save, save2, save3. Fortunately the new stuff was a bit more informed, but the old stuff still needed to work.
-
tilde31728yWe had to make a simple project of animations using GLUT and C++ in class. Some people's code went upto 15,000 lines. But mostly because of bad formatting and inefficient code.
-
LMagnus20638yI have written a 50,000+ line xslt file before.
I love it when someone asks for a change.
Related Rants
What's the longest line numbers that you guys have saw in a code?
undefined
question
programmer
line numbers