Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 115 words in the discussion.

Trending Topics

#read#still#example#sort#description#test#suite#mutation#testing#total

Discussion (4 Comments)Read Original on HackerNews

vlovich123about 2 hours ago
I’ve read the readme a few times and still have no idea how this is useful. The motivating example of Sort => SortBy has no description of what’s highlighted and no description of how. Is it running the old test suite with the new changes as a weak form of mutation testing? Something else?
issacnitinabout 1 hour ago
Not mutation testing — nothing is mutated. It builds both branches with instrumentation, runs the same test suite on each, and diffs the recorded arguments and return values. In that example, selectDiscount returns a different discount and the order total goes 85 → 60. Neither function is in the diff; only the sort helper is. The tests still pass — one asserts the total is positive, and 60 is positive.
gardnrabout 1 hour ago
Don’t run your responses through an LLM. People prefer to read your genuine words, even if it may include some incorrect English.
issacnitinabout 1 hour ago
Sure, appreciate the feedback.