experience Una pequeña charla conmigo mismo ¿Crear herramientas propias para el desarrollo? Gastón recorrió este camino y nos comparte su experiencia.
smalltalk Agile Software Development with Smalltalk at Smalltalks 2010 Click 'Read on' to see the presentation {% slideshare 5754977 %} View more presentations from 10Pines.
smalltalk How to be rich with smalltalk - Intregrating RIA & Smalltalk Nowadays, more applications are RIA oriented solutions. RIA (Rich Internet Applications) is a new kind of application with more advantages than traditional applications. It emerges as a combination of features offered by web
testing Mutation testing During the 70s, mutation testing emerged as a technique to assess the fault-finding effectiveness of a test suite. It works by mutating objects behavior and looking for tests to “kill” those mutants. The
object-design About inheritance as means of reuse When talking about Smalltalk, there is definitively an over use on the possibility to add messages to Object class. It is so easy to do it, that people usually do it just to