Most examples in books and coding katas lack the similarity to reals world problems and feel artificial. But the solution is very simple. I Reflect on my day and decide, which problem is suitable for a kata. I write the commit hash in a document and a short comment. Now I have a set of real-world katas. I clone the project in a separate folder and check out the commit I remembered. No setup required as my computer already is fully set up by definition. A separate branch would certainly work as well.
I choose the kata with these criteria:
I choose the kata with these criteria:
- Either a 100%-All-Day-Problem that I am facing all the time (good to improve) or one that goes in the direction I want to go (good to evolve)
- The original solution took me max twice as long as I want to do my kata. So about an hour long.
Comments
Post a Comment