Monthly Archives: October 2014

Know your core framework

I found some legacy code in a project that I’m working on. I felt that I must share this one. I think it is very important to know the core framework you are working with. Especially the one included with the language you are using. In this project, we are currently using Java 7 and… Read More »

Data-Oriented Design and C++ with Mike Acton

I have been working the last 10 years in object oriented languages and tried to learn all design patterns for good design. I find this talk, even if this is nothing new, refreshing. Back to the basics and it make me wonder if our daily approach are the correct one or if we should try… Read More »