Yearly Archives: 2014


Palindrome check! Ready, set, done. ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game from Microsoft Research. https://codehunt.com «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 […]

[LD] Code Hunt #47 – Puzzles – 14.07 | Let’s ...





Did you ever write a program that required you to average characters? Well, I did now. Funny idea 🙂 ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game from Microsoft Research. https://codehunt.com «Other Series» ► Let’s Develop Conway’s Game […]

[LD] Code Hunt #44 – Puzzles – 14.04 | Let’s ...





“Temporal variables […] are useful only within their own routine, and thus they encourage long, complex routines” (Martin Fowler). Going down this path we decompose the statement-method further and then finally realize our HTML-statement without duplicating any computation! ► All Refactoring Episodes: http://goo.gl/f7Yf21 ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss […]

[LR] Refactoring MovieRental #6 – Replace Temp with Query | ...