Your day is not going to go well when you have to figure out what TMonsterObject does.

Comments

  1. And oh, by the way, it's a TThread descendent.

    ReplyDelete
  2. In a former employment, I labored for a couple of years over an app in which the average length of routines was roughly 350 lines. Refactoring was not permitted.

    ReplyDelete
  3. I currently am refactoring a 10k+ line unit too that hopefully will break down into some 20 units.  Not counting the standard units, the interface uses section includes over 40 units. I need a much bigger screen :P

    ReplyDelete
  4. In that former employment. It was clear that the #1 design pattern in the app had been copy and paste.

    ReplyDelete
  5. We've all been there, Bill Meyer  :-(

    ReplyDelete
  6. Simon Stuart  LOL -- haven't found that yet.  ;-)

    And this thing, I should add, is really well named, at least.

    ReplyDelete
  7. Figuring out /what/ it does is easy: Everything. It's the details that stink.

    ReplyDelete
  8. And it uses nested With's and lots of GOTOs.

    ReplyDelete

Post a Comment