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
-
@vane sadly I wish that was the case. This however is in javascript, and about 350 lines of it are drawing the instructions on this page in. Yeah instead of just using static elements with HTML they decided to dynamically drawing this stuff on a canvas and put that on the DOM.
-
Only 800? Consider yourself lucky.
We have a 32K line VB file. Give me an 800 line function any day over that mess. -
That is what happens when you follow the no-more-than-one-screen rule - on an 8k in portrait orientation...
-
I am refactoring a project that was started in 2007 in Code Ignitor 2...
By hand...
Line by painstaking line.
Theres enough complex math that I have to read and understand each line, but enough deprecations and bad practices that I pretty much have to rewrite everything.
But it's rona and I've got a job, so meh, I'll take it.
I really do wonder at what point the previous developer on this project thought 800 line functions are totally reasonable and standard practice...
rant