{"id":20727330,"url":"https://github.com/blue-yonder/tdd_exercise_roman","last_synced_at":"2026-05-18T00:03:47.987Z","repository":{"id":83480619,"uuid":"74114407","full_name":"blue-yonder/tdd_exercise_roman","owner":"blue-yonder","description":"A small exercise for practicing test-driven development (TDD)","archived":false,"fork":false,"pushed_at":"2017-12-11T15:19:56.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-17T23:42:58.327Z","etag":null,"topics":["cpp","python","roman-numerals","tdd","tdd-kata","test-driven-development"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blue-yonder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-11-18T09:20:48.000Z","updated_at":"2018-12-26T09:44:20.000Z","dependencies_parsed_at":"2023-07-09T23:01:40.354Z","dependency_job_id":null,"html_url":"https://github.com/blue-yonder/tdd_exercise_roman","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/blue-yonder%2Ftdd_exercise_roman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blue-yonder%2Ftdd_exercise_roman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blue-yonder%2Ftdd_exercise_roman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blue-yonder%2Ftdd_exercise_roman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blue-yonder","download_url":"https://codeload.github.com/blue-yonder/tdd_exercise_roman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243004710,"owners_count":20220353,"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":["cpp","python","roman-numerals","tdd","tdd-kata","test-driven-development"],"created_at":"2024-11-17T04:30:01.523Z","updated_at":"2026-05-18T00:03:37.974Z","avatar_url":"https://github.com/blue-yonder.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roman numerals TDD kata\n\nTest-driven development is a software development process that\nbasically puts writing a failing unit test before modifying your\nproduction code. This repository provides scaffolds for various\nprogramming languages for hassle-free first steps in the world\nof TDD by solving a simple task.\n\n# The task\n\nYour task is the following: Practicing test-driven development,\nimplement a function that converts Arabic numbers (1-3999) to\nRoman numerals.\n\nIf your memory of Roman numerals is a little foggy, you can head over\nto [wikipedia](https://en.wikipedia.org/wiki/Roman_numerals)\nor refer to this conveniently placed table:\n\n| Ones     |   | Tens      |   | Hundreds   |   | Thousands  |\n|----------|---|-----------|---|------------|---|------------|\n| 1 = I    |   | 10 = X    |   | 100 = C    |   | 1000 = M   |\n| 2 = II   |   | 20 = XX   |   | 200 = CC   |   | 2000 = MM  |\n| 3 = III  |   | 30 = XXX  |   | 300 = CCC  |   | 3000 = MMM |\n| 4 = IV   |   | 40 = XL   |   | 400 = CD   |   |            |\n| 5 = V    |   | 50 = L    |   | 500 = D    |   |            |\n| 6 = VI   |   | 60 = LX   |   | 600 = DC   |   |            |\n| 7 = VII  |   | 70 = LXX  |   | 700 = DCC  |   |            |\n| 8 = VIII |   | 80 = LXXX |   | 800 = DCCC |   |            |\n| 9 = IX   |   | 90 = XC   |   | 900 = CM   |   |            |\n\nYou can combine the numbers listed above, ordering larger to smaller\nnumbers left to right. Here are a few examples:\n\n*   407 = CDVII\n*   2017 = MMXVII\n*   3888 = MMMDCCCLXXXVIII\n\n\n# Quickstart with C++\n\nFollow the instructions in the `README.md` file in the `cpp` branch:\n\n```\n\u003e git clone https://github.com/blue-yonder/tdd_exercise_roman.git\n\u003e cd tdd_exercise_roman\n\u003e git checkout cpp\n\u003e cat README.md\n```\n\n\n# Quickstart with Python\n\nFollow the instructions in the `README.md` file in the `python` branch:\n\n```\n\u003e git clone https://github.com/blue-yonder/tdd_exercise_roman.git\n\u003e cd tdd_exercise_roman\n\u003e git checkout python\n\u003e cat README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblue-yonder%2Ftdd_exercise_roman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblue-yonder%2Ftdd_exercise_roman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblue-yonder%2Ftdd_exercise_roman/lists"}