29

All fun and games until you inherit a legacy c project with 30k+ lines of code and a habit of leaking memory and segfaulting intermittently.

That's my worst nightmare at least.

Comments
  • 2
    Sounds like my previous job lol. No doc, tests, code comments, any architecture design and some really shitty fireman code. The worst was that was no debugger...

    Programmer hell I'm sure.
  • 6
    The sound of the fans on your computer is actually audible memory loss...
  • 0
    just curious is 30k LoC of C code a lot? It's not much in Java, that's for sure. I wonder how different that is in C's spectrum
Add Comment