Trabajo del Alumno España Perez Miguel Angel - #16
Conversation
Added a comprehensive README on side effects in functional programming, including definitions, examples, and best practices for managing side effects.
Added an annex documenting the AI assistance and tools used in the research on side effects in functional programming. Included prompts, results, validation changes, and personal reflections.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: de91ad10e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,171 @@ | |||
| --- | |||
There was a problem hiding this comment.
Remove the colon from the directory name
On Windows, Git cannot check out paths containing : in a directory component, so pulling this commit makes the repository unusable for Windows-based students. Rename the directory to a cross-platform-safe form, such as replacing the colon with a hyphen.
Useful? React with 👍 / 👎.
| @@ -0,0 +1,171 @@ | |||
| --- | |||
There was a problem hiding this comment.
Use the mandated README.md filename
On case-sensitive filesystems, Readme.md is different from the required README.md. The delivery rules in research/TEMAS-INVESTIGACION-FUNCIONAL-2026B.md explicitly require that exact filename and state that renaming it is grounds for rejecting the submission, so this file must be renamed before the work can be accepted.
Useful? React with 👍 / 👎.
Descripción del cambio
Unidad y tema afectado
Tipo de cambio
Checklist de calidad
spawndesnudo)Evidencia de ejecución
Comandos de verificación
Referencias
[1] P. Hudak, J. Peterson y J. Fasel, “Input/Output,” en A Gentle Introduction to Haskell, Version 98. Haskell.org, 2000. [En línea]. Disponible en: https://www.haskell.org/tutorial/io.html. [Consultado: 1-sep-2026].
[2] Microsoft, “Functional programming vs. imperative programming,” Microsoft Learn, 15-sep-2021. [En línea]. Disponible en: https://learn.microsoft.com/en-us/dotnet/standard/linq/functional-vs-imperative-programming. [Consultado: 1-sep-2026].