Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aloisdg/kata-rpn-python
code quality rpn
https://github.com/aloisdg/kata-rpn-python
code exercise kata quality rpn rpn-calculator
Last synced: 6 days ago
JSON representation
code quality rpn
- Host: GitHub
- URL: https://github.com/aloisdg/kata-rpn-python
- Owner: aloisdg
- License: gpl-3.0
- Created: 2018-02-23T10:05:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T15:49:04.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T19:51:51.393Z (2 months ago)
- Topics: code, exercise, kata, quality, rpn, rpn-calculator
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kata-Rpn-Python
code quality rpnThe exercise is to build a rpn calculator in TDD in one hour. Each 3 minutes the code is erased to force us to do small Red-Green-Refacto step. It was 2 minutes at first, but I dislike it. History's comments means almost nothing. Sorry about that.