27

One of the best feelings when programming

Comments
  • 4
    So is there much you could do wrong with 89 lines of code?
  • 1
    @Yeah69 You'd be surprised how much functionality you can pack in 89 lines ;) But it's not really about that, more of a good practice we're trying to adopt at work.
  • 0
    can I ask what coverage is please? thanks in advance
  • 0
    @beverest In this case it's branch coverage by unit tests, so every single line in this class is covered by at least one unit test.
  • 1
    Yeah. I would be impressed if this was 8900 lines.
  • 0
    @bjorngi A 8900 line class? That would be the stuff of nightmares tbh
  • 0
    Due to an incompatibility with lombok and sonar it's been a struggle to keep my coverage over 90%. Kind of annoying
  • 0
    ha-ha))) feels much better with 8900 lines. Your own lines)))
Add Comment