changed 4 years ago
Linked with GitHub

Software Engineering Koans

I think the best way to learn the ideas covered in the handbook is to put your hands into practice. These koans should cover the basics of how we work at LambdaClass.

Exercises

Basic workflow

  • Set up your development environment.
  • Select an issue.
  • Create a branch to solve that issue.
  • Write some tests.
  • Implement a solution for those tests.
  • Create a /pull request/ to merge that branch.
  • Ask a coworker to perform a code review and merge your PR.

Maybe

  • Read some lousy client report and write an issue to keep track of that.
Select a repo