Saturday, 14 November 2009

Clean(er) Code and Facebook

I have cleaned up the code a bit, the previous berserking-rage-coding-marathon was devastating on code readability, hopefully the code is a bit more readable right now.

I have added an abstract Exercise-class. Exercises can inherit that class and call its methods, hopefully that will make it easier to implement new types of exercises. A class that implements the exercise-class in implemented, therefore the application now features four different types of exercises(+,-,*,/).

Facebook
I have tried to find ways to connect with Facebook, but all tutorials I've found is using php, a language that I'm not familiar with. After some desperate struggling on the net, I found a Facebook Java API. I will look more on that now. Generally Facebook-related things seems to have enormous amounts of guides and tutorials available online.

No comments:

Post a Comment