Skip to content

Commit 711fc0f

Browse files
committed
fix: ✏️ reformat closing message and add bibliographic references in Readme.md
1 parent 48757f1 commit 711fc0f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

content/sesion12/Readme.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ Utiliza algún estilo de documentación
10181018

10191019
---
10201020

1021-
Gracias por Participar del Python Study Group - OOP 2025 🐍
1021+
Gracias por Participar del
1022+
1023+
🐍 Python Study Group - OOP 2025 🐍
10221024

10231025
> Un objeto puede ser pequeño, pero bien diseñado puede sostener un sistema entero
10241026
@@ -1039,6 +1041,16 @@ Repositorio de la Sesión
10391041
<!--.slide: data-visibility="hidden"-->
10401042
## Bibliografía y Referencias
10411043

1044+
- [Function Annotations](https://ellibrodepython.com/function-annotations)
1045+
- [Annotations HowTo](https://docs.python.org/es/3/howto/annotations.html)
1046+
- [Python Annotations](https://pywombat.com/articles/python-annotation)
1047+
- [PEP 484](https://peps.python.org/pep-0484/)
1048+
- [PEP 585](https://peps.python.org/pep-0585/#parameters-to-generics-are-available-at-runtime)
1049+
- [KISS Principle](https://fourweekmba.com/kiss-principle/)
1050+
- [Principles of Clean Code: DRY, KISS, and YAGNI](https://medium.com/@curiousraj/the-principles-of-clean-code-dry-kiss-and-yagni-f973aa95fc4d)
1051+
- [DRY Principle](https://www.techtarget.com/whatis/definition/DRY-principle)
1052+
- [The DRY Principle](https://dev.to/ahadalireach/the-dry-principle-50hh)
1053+
- [KISS, DRY, SOLID, YAGNI: A Simple Guide to Some Principles of Software Engineering and Clean Code](https://medium.com/@hlfdev/kiss-dry-solid-yagni-a-simple-guide-to-some-principles-of-software-engineering-and-clean-code-05e60233c79f)
10421054
- [Object Oriented Analysis](https://www.gyata.ai/es/object-oriented-programming/object-oriented-analysis)
10431055
- [DDOO Unidad 1](https://dmd.unadmexico.mx/contenidos/DCEIT/BLOQUE1/DS/02/DDOO/U1/descargables/DDOO_Unidad_1.pdf)
10441056
- [Programación procedural VS orientada a objetos](https://programacionpro.com/programacion-procedural-vs-orientada-a-objetos-diferencias-y-similitudes/)
@@ -1052,14 +1064,3 @@ Repositorio de la Sesión
10521064
- [Objetos en programación](https://ebac.mx/blog/objeto-en-programacion)
10531065
- [Enfoque orientado a objetos](https://1library.co/article/enfoque-orientado-a-objetos-base-te%C3%B3rica.qvld461y)
10541066
- [OOAD](https://www.tutorialspoint.com/object_oriented_analysis_design/ooad_object_oriented_analysis.htm)
1055-
1056-
https://ellibrodepython.com/function-annotations
1057-
https://docs.python.org/es/3/howto/annotations.html
1058-
https://pywombat.com/articles/python-annotation
1059-
https://peps.python.org/pep-0484/
1060-
https://peps.python.org/pep-0585/#parameters-to-generics-are-available-at-runtime
1061-
https://fourweekmba.com/kiss-principle/
1062-
https://medium.com/@curiousraj/the-principles-of-clean-code-dry-kiss-and-yagni-f973aa95fc4d
1063-
https://www.techtarget.com/whatis/definition/DRY-principle
1064-
https://dev.to/ahadalireach/the-dry-principle-50hh
1065-
https://medium.com/@hlfdev/kiss-dry-solid-yagni-a-simple-guide-to-some-principles-of-software-engineering-and-clean-code-05e60233c79f

0 commit comments

Comments
 (0)