Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 2210943

Browse files
authored
Update README.md
1 parent cf6f25c commit 2210943

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# String Calculator Kata
2-
The following is a TDD Kata, an exercise in coding, refactoring and test-first, that you should apply daily for at least 15-30 minutes.
3-
4-
## Before you start
5-
* Try not to read ahead.
6-
* Do one task at a time. The trick is to learn to work incrementally.
7-
* Make sure you only test for correct inputs. There is no need to test for invalid inputs for this kata.
2+
The following is a TDD Kata, an exercise in coding, refactoring and test-first.
3+
I have completed it as part of the requirements for a job. The implementation is in C++.
84

95
## The kata
106

@@ -45,12 +41,8 @@ If there are multiple negatives, show all of them in the exception message.
4541
### Step 6: ignore big numbers
4642
Numbers bigger than 1000 should be ignored, so adding 2 + 1001 = 2
4743

48-
## General requirements
49-
- Use whatever language and frameworks you want. Use something that you know well.
50-
- Provide a README with instructions on how to compile and run the application.
51-
52-
**IMPORTANT:** Implement the requirements focusing on **writing the best code** you can produce.
44+
Credits to [Roy Osherove](http://osherove.com/tdd-kata-1) for the original idea.
5345

54-
**CODE SUBMISSION:** Add the code to your own Github account and send us the link.
46+
### Instructions:
5547

56-
Credits to [Roy Osherove](http://osherove.com/tdd-kata-1) for the original idea.
48+
It should be enough to just download the source code with any C++ compatible IDE (Visual Studio Code, CodeBlocks, etc).

0 commit comments

Comments
 (0)