"4 Digit 7 Segment Display" by kritsadaj is licenced under Pixabay License
Goal: Write a program that displays LCD style numbers.
This kata is organized in 2 consecutive parts.
Available here
Note:
- We will stick to digits '0', '1', and '2' because adding more numbers is repetitive work that does not provide additional learning.
- Please do NOT read the second part before completing the first. Part of the purpose of this kata is to make you practice refactoring and adapting to changing requirements.
Available here
You can fill it from here
This kata is based on "Number to LCD" kata available on codingdojo.org.
We slightly adjusted requirements in part 2 in order to make it more feasible in a 2-hour session. Besides we believe this change also makes it more interesting in terms of refactoring.
- TCR (Test && Commit || Revert) wrapper utility
- Collaborative timer for pairing or mobbing: mobti.me or agility timer
- 2-hour Randori Kata
- Top-down TDD
- YAGNI
- Switch to smaller tests for sub problems
- Intentional programming
- Teamwork
Kata-NumberToLcd
and the accompanying materials are made available
under the terms of the MIT License which accompanies this
distribution, and is available at the Open Source site
See ACKNOWLEDGEMENTS.md for more information.
Damien Menanteau |
Ahmad Atwi |
Philippe Bourgau |
AntoineMx |