Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.3 KB

kata-java-fizzbuzz

TDD Kata Fizzbuzz implemented in Java. It is one of the easiest TDD katas, which makes it very good for learning.

  1. I implemented it following baby steps which can be seen in the commit list

  2. Of course using the TDD cycle: Red #f03c15 --> Green #c5f015 --> Refactor

  3. Music to keep you in the zone radio de x-team

References

In English

In Spanish

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments