-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: agrega tipos a constants y crea lista de tareas todo
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
AJUSTES EN ORDEN DE PRIORIDAD | ||
|
||
1. UTILS | ||
|
||
**WIP**- dejar claro cuales son los tipos de entrada y salida esperados para cada utilidad. | ||
|
||
- simplifica lo que cada util hace, preferentemente una unica cosa | ||
|
||
- ajustar los testes unitarios para testar todos los escenarios | ||
posibles de retorno de cada funcion util. | ||
|
||
|
||
2. LIBS | ||
|
||
- dejar claro los tipos de entradas y salida para cada lib method | ||
- simpplificar lo qu cada metodo de la lib hace. | ||
- ajustar testes unitarios para cada método de la lib. | ||
|
||
|
||
3. ELIMINAR EL USO DE "ANY" | ||
|
||
- quitar toda referencia a un tipo de dato any y reemplazar por unknown | ||
- quitar permiso para "any" buscando: @typescript-eslint/no-explicit-any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters