Mutation testing in Rust (fixed code)

Sorry for posting it again. The last post was deleted as I realised there was a bug in my code.

This https://qpackt.com/mutation-testing-in-rust.html is a little write up I've just done about how I follow mutation testing to find every bug in fairly simple function.

Constructive criticism is welcomed.

Again sorry for littering.

1 Like

It's really good! Very easy to read and understand. I don't have any issues with the content.

There's some technical issues though:

  • There's one empty line at the beginning and two empty lines at the end of every code block that aren't doing anything.
  • You should add some syntax highlighting (pretty sure everyone uses highlight.js).
  • You could also add some emphasis to the parts of the code that changes between examples.
1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.