In September, I expected maybe 50 subscribers by the end of the year. Yesterday I cracked 100! Thank you very much for believing in my work. I’ll definitely keep going. Share this:
In this episode, I investigate on the statement and simple condition coverage of my tests suite for the game logic. I explain the different features of the EclEmma plugin for Eclipse and show you how they work. Join me! ► All Game of Life Episodes: http://goo.gl/xc59GX ► Let’s Develop! http://letsdeveloper.com […]
I’m currently in Hong Kong attending the International Symposium on Foundations of Software Engineering. Unfortunately, this keeps me from producing a video this week. Please hold on till next week! Sorry for that… Share this:
I thought I know how Strings and == behave. I was wrong… ► All Java Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «Other Series» ► Let’s Develop Conway’s Game of Life: http://goo.gl/xc59GX ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► Let’s Develop With Maven […]
Maven is an incredibly helpful tool for managing the dependencies of your projects. Many libraries and frameworks provide Maven support and with a view simple steps you’re up and running. Everywhere. Dependency scopes give you fine grained control over which dependency goes where and Maven’s local repository caching saves bandwidth […]
In this last step, we finally get rid of the switch-statement that’s been bothering me since the start. Using the State Pattern (Gang of Four) we achieve an extensible and more comprehensible implementation. Unfortunately, there’s not too much too support for this kind of task, so we finally have to […]
Java 8 introduces Try With Resources as a means to ease handling of resources, like streams. I explain how this feature works and show you how to migrate code to use this feature. ► All Java 8 Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 ► […]
Java 8 introduces Lambda Expressions as a means to reduce boilerplate code in the instantiation of anonymous instances of single-method interfaces. I explain how this feature works and show you how to migrate code to use this feature. ► All Java 8 Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t […]
Time to say goodbye! The last task really was a trick question, which annoyed me quite a bit 🙁 Anyways, I’m done. I’m through. I’m 3rd. I’m CodeHunter! Quite exited to see what MSResearch has up the sleeves. Hope there will be new features and new levels soon. Hope you’ll […]