3

When it turns out the 900 line unit test set up called another giant method which you need to dig through but it's labeled deprecated. O.o?

Comments
  • 7
    "900 line unit test set up"
    I'm sorry what?
  • 1
    Looks like you need tests for your tests?
  • 0
    Setting up the mocks and shut I didn't write it, just have o update and add new ones #thanksJava
  • 2
    @sjwsjwsjw At what point do you decide you need to stop adding and start refactoring? IMO it should be long before you get to 900 lines of setup. Its got nothing to do with who wrote it originally. Everyone owns the code. Not just the person who wrote it.
Add Comment