You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,17 @@
39
39
40
40
This repository contains the practical work for the Programming Paradigms course at the [National University of La Matanza (UNLaM)](https://www.unlam.edu.ar/). The practical work consists of doing a crafting system in Java and testing it with [JUnit 5](https://junit.org/junit5/).
41
41
42
+
> [!TIP]
43
+
> If you want the read an extensive documentation of each process involved within the system, consult the [dedicated documentation page](https://deepwiki.com/hozlucas28/Java-Practical-Work-2025).
44
+
42
45
## Features
43
46
44
47
- Architecture planning
45
48
- Code conventions and standards
46
49
- Code documentation using [JavaDoc](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html) syntax
47
50
- Collections
48
51
- Commits following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
52
+
- Dedicated documentation page
49
53
- Deployment of releases
50
54
- E2E testing with [JUnit 5](https://junit.org/junit5/)
Copy file name to clipboardExpand all lines: docs/translations/es/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@
39
39
40
40
Este repositorio contiene el trabajo práctico para el curso de Paradigmas de Programación en la [Universidad Nacional de La Matanza (UNLaM)](https://www.unlam.edu.ar/). El trabajo práctico consiste en realizar un sistema de crafteo en Java y probarlo con [JUnit 5](https://junit.org/junit5/).
41
41
42
+
> [!TIP]
43
+
> Si desea leer una documentación extensa de cada proceso involucrado dentro del sistema, consulte la [página con la documentación dedicada](https://deepwiki.com/hozlucas28/Java-Practical-Work-2025).
44
+
42
45
## Características
43
46
44
47
- Almacenamiento local de registros
@@ -49,6 +52,7 @@ Este repositorio contiene el trabajo práctico para el curso de Paradigmas de Pr
49
52
- Despliegue de versiones
50
53
- Documentación del código usando la sintaxis de [JavaDoc](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html)
51
54
- Lectura e interpretación de archivos
55
+
- Página de documentación dedicada
52
56
- Planificación de arquitectura
53
57
- Planificación del flujo de trabajo en equipo (ramas, etiquetas y versiones)
54
58
- Pruebas E2E con [JUnit 5](https://junit.org/junit5/)
0 commit comments