https://github.com/serginator/kata_passwordvalidator
A kata made at #XPWeek 2013 in Carlos Ble's workshop.
https://github.com/serginator/kata_passwordvalidator
Last synced: 3 days ago
JSON representation
A kata made at #XPWeek 2013 in Carlos Ble's workshop.
- Host: GitHub
- URL: https://github.com/serginator/kata_passwordvalidator
- Owner: serginator
- Created: 2013-04-24T23:47:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T23:58:40.000Z (about 13 years ago)
- Last Synced: 2025-03-01T04:46:07.533Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kata_passwordValidator
======================
A kata made at #XPWeek 2013 in Carlos Ble's workshop.
Its specification was:
* At least a length of four.
* At least a number and a letter.
* At least a lower case letter.
* At least a capital letter.
I've started it with a partner and it was modified by some other people, so this is the result.