{"id":17933793,"url":"https://github.com/gsaslis/fizzbuzz-tdd","last_synced_at":"2025-04-03T11:16:12.939Z","repository":{"id":149566149,"uuid":"105360755","full_name":"gsaslis/FizzBuzz-TDD","owner":"gsaslis","description":"A coding kata for an introduction to TDD, using the simple FizzBuzz exercise.","archived":false,"fork":false,"pushed_at":"2020-10-13T03:54:51.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T20:59:34.361Z","etag":null,"topics":["coding-kata","software-testing","tdd","tdd-kata","testing","testing-practices"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gsaslis.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-30T09:55:49.000Z","updated_at":"2017-09-30T10:07:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c02e146a-9b7e-4da4-b3de-0d5bd5eb677c","html_url":"https://github.com/gsaslis/FizzBuzz-TDD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsaslis%2FFizzBuzz-TDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsaslis%2FFizzBuzz-TDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsaslis%2FFizzBuzz-TDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsaslis%2FFizzBuzz-TDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsaslis","download_url":"https://codeload.github.com/gsaslis/FizzBuzz-TDD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989754,"owners_count":20865331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-kata","software-testing","tdd","tdd-kata","testing","testing-practices"],"created_at":"2024-10-28T21:41:46.742Z","updated_at":"2025-04-03T11:16:12.907Z","avatar_url":"https://github.com/gsaslis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= TDD Kata @ Agile Greece Summit\n\nThe purpose of this code kata is an introduction to the basic flow of TDD.\n\nTo do this, we will use a slight variation of the `FizzBuzz` problem:\n\n----\nWrite a \"fizzBuzz\" method that accepts a number as input and returns it\nas a String.\nBUT for multiples of three print \"Fizz\" instead of the number and\nfor the multiples of five print \"Buzz\".\nFor numbers which are multiples of both three and five print \"FizzBuzz\".\n----\n\nWARNING: \u003cspoilerAlert\u003eOne example solution exists in the `one_solution`\nbranch. \u003c/spoilerAlert\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsaslis%2Ffizzbuzz-tdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsaslis%2Ffizzbuzz-tdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsaslis%2Ffizzbuzz-tdd/lists"}