Hacker News new | ask | show | jobs
by qup 1100 days ago
I once replaced ~2500 lines of ruby with ~450 lines of...ruby.

That was some shit.

Mostly it was copy/pasted data (strings) with slight modifications eating up a lot of lines. A few big chunks were in a code path that could not execute, as well.

It was just really bad code.