ddd

Recursos de programación de ddd
Charla sobre Strategical, Aggregates, Domain Events y Bounded Context Integration impartida en Software Craftsmanship Barcelona 2014
Charla sobre DDD y su lado Táctico, así como los procesos asociados a la Integración Continua de Atrápalo. Charla impartida en el grupo de usuarios de PHP de Barcelona.
Cuando desarrollamos tenemos muchas formas de hacerlo. Desde no hacer nada en especial a dejarnos guiar por determinadas metodologías hasta en la última línea de nuestro código. Revisaremos que opciones (entre muchas más) tenemos y nos centraremos en TDD, DDD y BDD, sus conceptos básicos y que herramientas/librerías existen en PHP para ayudarnos con la que elijamos.
January- Pan, educación, libertad (Ψωμί, παιδεία, ελευθερία), Petros Márkaris- NW London, Zadie Smith- 101 cuentos clásicos de la China, Chang Shiru, Ramiro A. Calle- Mr. Neighborly's Humble Little Ruby Book, Jeremy McAnallyFebruary- Blankets, Craig ThompsonMarch- Practical Object-Oriented Design in Ruby, Sandi Metz- Modern C++ Programming with Test-Driven Development, Jeff LangrApril- Learning PHP, MySQL & JavaScript, Robin Nixon- Measuring the world, Daniel KehlmannMay- El hombre que plantaba...
What is the first thing you do when you start a new project? We usually design the database and map it to our codebase, the so called CRUD approach, but is this always the best solution? Although CRUD is a fast way of developing simple systems, the codebase can quickly become a nightmare to maintain when applied to complex domains. We'll explore better alternatives to deal with complexity like DDD and CQRS, focusing on the distinction between the operations the user wants to do (commands) the data they're interested in (queries) and the rules and constraints of the domain.
Web
23-02-2014
http , php , ddd
I've just watched this interesting introductory talk by Bradley Holt with examples in PHP: Domain-Driven Design - por Garajeando