TDD Java Coding Exercise/Kata

TheDayIDie

Banned
Banned
Dedicated Member
Jul 29, 2011
4,071
97
135
UK
Hey,

Anyone can recommend some good Kata's / Exercise's that I can work on to practice my TDD, BDD and general coding practices.

Either it can be an existing code base which I will test and refactor or it can be a list of requirements for me to work on.

Some things i'm looking to work on / improve:
  • Use of stubbing external dependencies.
  • My use of dependency injection in classes (to help with the above).
  • My general coding principles i.e mainly the use of interfaces and object orientated approaches (for cleaner code).

If nothing comes up i'm sure I can work something out but it's good to if someone has some recommendations; i'm looking for a challenge although i'm still a bit of a scrub :pirate:

Thanks!:)