Verification and Validation
–Originally published at David TC2004v2 These are two processes within the software development lifecycle. They may sound similar but have different direct objectives but ultimately,
A Connected Course
–Originally published at David TC2004v2 These are two processes within the software development lifecycle. They may sound similar but have different direct objectives but ultimately,
–Originally published at David TC2004v2 Agile is a methodology for software development that has become extremely popular since the new millennia. It was published as
–Originally published at The Codenomicon Cycle. Imagen de: James Suraj Barwa El desarrollo orientado a pruebas es un proceso de desarrollo de software que se
–Originally published at Doctor Profesor Alexis Freud La catedral y el bazar es un artículo publicado originalmente en 1998. Su autor, Eric Raymond, relata la
–Originally published at David TC2004v2 TDD is pretty well known in the software industry. What is exactly TDD? It is a software development process where
–Originally published at The Codenomicon Test with pencils. Imagen de: Matt Cauquil Con el creciente cambio de los paradigmas tradicionales al orientado a objetos se
–Originally published at David TC2004v2 What is code revision? Most of us get a headache when our code doesn’t work, doesn’t compile, throws errors, etc.
–Originally published at David TC2004v2 As mentioned in my post on Modeling Languages, UML is one of the most popular and most used in software
–Originally published at David TC2004v2 What is a design pattern? As I mentioned in one previous blog post, we need to save time and money
–Originally published at Joachin's Singularity Testing can either break your code or make your code unbreakable. We recently talked about testing driven development, however in