Skip to content

Resources

Thomas Tuegel edited this page Oct 7, 2020 · 6 revisions

Resources

This is a list of resources (readings, talks, etc.) for Kore developers.

Language features

Recursion schemes

Monad transformers

Testing

  • Programming with GUTs. "Kevlin Henney advises on writing Good Unit Tests (GUTs) by treating testing as a form of communication with multiple levels and forms of feedback."
  • Beyond TDD. "People think that if they write a couple of tests that show the happy path and the error path, then they have "100% coverage" and are done. If they add those tests to their continuous delivery pipeline, running with the same inputs on every build, then they get "a full regression suite" and can be confident in that they did not break anything."
Clone this wiki locally