Leaving a Legacy


As presented @ JavaLand

Slides

Slides available as PDF

Content

Onboarding

A great blog to learn more about “good first issue” is: https://opensauced.pizza/blog/good-first-issues-dont-exist.

On Documentation

We mentioned the value of putting documentation in your repository. An example project that does this with maven and asciidoc can be found here: https://github.com/asciidoctor/asciidoctor-maven-examples.

On Testing

During the talk, we mentioned multiple testing tools. These are all described in another talk: Modern Testing Patterns. You can check out that talk here:

  • Mutation Testing
  • Wiremock
  • Testcontainers
  • Spring Cloud Contract

Further Reading

  • The Programmers Brain - Felienne Hermans: About cognition and how it impacts programming;
  • Accelerate - Nicole Forsgren et al;