And here are my goals:
- Learn use Eclipse shortcuts better (mainly for executing unit tests and changing tabs and views).
- Training TDD, I'm still novice in that (I think) so I need all training I can get.
- Train mocking with Mockito. I have used it, but not so much, so I still need some practise.
- Test some basic Java 7 stuff, like switch -statement with Strings and try-with-resources statement.
- Learn some basic Git commands and how to work with github.
- May be test some new eclipse plugins, I haven't used before.
Now I have achieved part of those goals and results are here. I have still lots of things to do, but I learned some important things like set up Git -> github connection and how to use it. I also remember how to change tabs and execute test using shortcuts in Eclipse. But there are still some things in my todo -list:
- File handling (goal 4.)
- Some refactoring (that switch statement in that parser class is ugly).
- Maybe more tests.
- Cover all use cases of course, we have to always make business people happy :)
- Mockito stuff (I think I gonna use it in my file handling unit tests, but also have to create some integration test for that part too).