Day 1

So today we spent most of our time working out what the project is going to be about. We have set up a mingle instance and have a few stories which we have given rough sizing.

We had an interesting discussion around static methods. In the softcopy version of the rules, It says “Only use static methods for factories”. Since communicating with Jeff, we found out that the version on his site was a draft version.

However we did play with some code around when statics are appropriate for our own amusement. This can be seen in code at staticmethods

Leave a Comment