App to improve the performance of the company culture. When some of the company rules are broken by a teammate, like being late or not commenting a commit correctly, this app punishes the fellow with a social punishment improving relations with the company and its environment by forcing it to make a social punishment like:
- Review javadoc and add all the params descriptions, and return, and throws...
- Clean up the code or desktops or whatever ...;)
- Be imaginative
ATDD for:
- Learn to write the scope of a story.
- Learn to write examples of a story when it is required.
- Improve compliance scope and not develop other things
- Improve maintenance:
- Implementing SOLID
- Providing a coverage of 100% will facilitate us to fix bugs
- Learn to make good test, unit tests and integration tests.
Techincal goals review/evaluation:
- Rate 0 to 10 examples or scope on the day of your fellow training
- Rate of 0 to 10 meeting the principles SOLID
- Rate of 0 to 10 the test's quality
Once we have all rated, explain the criteria we used to rate.
juan: