From 176a84bd3e9dfff9ec5213946d8a693d3b98e9d1 Mon Sep 17 00:00:00 2001 From: YoSaucedo Date: Thu, 25 May 2017 18:29:21 -0500 Subject: [PATCH] OOP --- translations/es/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/es/README.md b/translations/es/README.md index 66211f3..c62e0e0 100644 --- a/translations/es/README.md +++ b/translations/es/README.md @@ -914,7 +914,7 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros - ### Programación Orientada a Objetos - [ ] [Optional: UML 2.0 Series (video)](https://www.youtube.com/watch?v=OkC7HKtiZC0&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc) - [ ] Object-Oriented Software Engineering: Software Dev Using UML and Java (21 videos): - - Can skip this if you have a great grasp of OO and OO design practices. + - Puede omitir esto si tiene una gran comprensión de OO y OO prácticas de diseño. - [OOSE: Software Dev Using UML and Java](https://www.youtube.com/playlist?list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO) - [ ] SOLID OOP Principles: - [ ] [Bob Martin SOLID Principles of Object Oriented and Agile Design (video)](https://www.youtube.com/watch?v=TMuno5RZNeE) @@ -934,7 +934,7 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros - ### Patrones de diseño - [ ] [Quick UML review (video)](https://www.youtube.com/watch?v=3cmzqZzwNDM&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc&index=3) - - [ ] Learn these patterns: + - [ ] Aprenda estos patrones: - [ ] strategy - [ ] singleton - [ ] adapter