Kanbanboards IV–shaping stuff up
January 30, 2011
I have now coded away for a while and it’s time to reflect a refactor a bit. I don’t like code lying around that I might not need. YAGNI you know…
So I thought I’d give it an hour to clean stuff up. And maybe put some better looks on the site. Hopefully I’ll end up in a better place. Here are the things I have planned:
- Remove all the Views and Controller methods that I’m not using
- Bring in a theme for the site
- Shape up the lists on the first page
- Create a page object to write my acceptance tests against
- Introduce a read service for the site – the start of my CQRS initiative
Man – that looked long! But most of them are small. Just imaging how much better the code will be afterwards.
Here we go.
Remove unused stuff
OK –...