Hacker News new | ask | show | jobs
by ihaveabeardnow 1332 days ago
I once saw a 20k line Java source file, being used in production... no it wasn't generated. that blew my mind.
2 comments

Now that's job security!
Maybe they really liked inlining?
And loop unrolling. Performance must have been mindblowing.
We have that in C#, it's call LINQ. In the wrong hands it kills kittens.