Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivarconr/kata
Collection of simple-katas
https://github.com/ivarconr/kata
Last synced: about 1 month ago
JSON representation
Collection of simple-katas
- Host: GitHub
- URL: https://github.com/ivarconr/kata
- Owner: ivarconr
- Created: 2011-11-01T17:56:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-01T19:34:01.000Z (about 13 years ago)
- Last Synced: 2024-05-01T23:56:02.415Z (7 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Introduction
In this kata we shall implement WordWrapping. The task is explained here:
http://codingdojo.org/cgi-bin/wiki.pl?KataWordWrapApproach used to solve the task:
We did TDD based on Randori Kata: http://codingdojo.org/cgi-bin/wiki.pl?RandoriKataHow to wrap text in VIM (to create complex test-cases).
- First: ":set textwidth=80"
- Then: "Visual select text to wrap (shift+v)"
- Wrap: In visual-selected press: "g" and then "q"
- Save: :wq!