Hacker News new | ask | show | jobs
by genieyclo 3467 days ago
How is this possible...what language/framework/tool was this in or for?
1 comments

I've found this pretty frequently at every corporate workplace I've come into. Pretty much every job I've had involved heavy refactoring of the code base for the first month or two. The worst I have ever seen was at my current where I discovered that for every new function the old dev added, he had copied and pasted the entire code from the previous function and then added his new stuff at the end. The last function was over 20k lines if I remember correctly.