9
kvsm
8y

Tonight I rest well...

Comments
  • 0
    May I ask what this is?
  • 0
    @Mitch377 very true.
  • 1
    @tisaconundrum It's a code coverage report, it shows which parts of the code are tested with automated tests and which are not.
  • 0
    @kvsm you should try coding in type safe languages (read Haskell 😎) and see for yourself that you will be able to write such correct programs you won't need 100% test coverage
  • 1
    @addvilz hope you're enjoying working on your crusty old monolith I guess
  • 0
  • 0
    @rayanon I've been doing a bit of PureScript recently, loving it. β˜ΊπŸ‘

    Still needs tests to ensure that your logic is right though πŸ˜‰
  • 0
    @kvsm Cool! Re: tests for logic - very true.
  • 0
    I'm not going to debate your views, you are entitled to them, but you're out of order to dismiss the author of that talk so quickly. Greg Young definitely knows enough about composing maintainable systems for his thoughts on the matter to be worth listening to, by anyone.

    @DLMousey Nah, no flame wars, arguing over opinions on the Internet is never a fruitful endeavour. ☺
  • 1
    Well this hostility was uncalled for, honestly. Let the lad enjoy his good work, obviously at some point he will write codes in thousands of lines, but everyone starts somewhere!
    #KeepDevrantPositive
    #RantAboutMoronsNotEachOther
  • 2
    @Justananon Well said! I have worked on larger projects professionally, this is just a side project I started the other day. ☺ I wanted to investigate the performance differences between brute forcing a solution to a sudoku puzzle, and solving it by logic (there are brute force solvers on npm, but I wanted one that could also step through a solution as a human would solve it). Anyway, it'll be on npm when it's done. πŸ‘
  • 1
    Don't feed the troll.
  • 0
    @kvsm thank you for this. I'm glad code rewrites are not a bad thing.
  • 0
    @addvilz Yaaawwwn.
Add Comment