Skip to content

Playground with different Katas for the programming language Go.

Notifications You must be signed in to change notification settings

drademann/kata-playground-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Katas for Go

These Katas are supposed to be done many times like you would learn a craftsmanship, the Software Craftsmanship. Use TDD, test-driven development to invent your solution to the problem:

  1. Write the test first, it should be red.
  2. Implement the requirement to make the test at hand green. But don’t implement more than the current test requires.
  3. Refactor your code while the test stays green

Content

About

Playground with different Katas for the programming language Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages