Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kvsm6688y@tisaconundrum It's a code coverage report, it shows which parts of the code are tested with automated tests and which are not.
-
rayanon13608y@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
-
kvsm6688yI'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. βΊ -
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 -
kvsm6688y@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. π
Tonight I rest well...
undefined