·functional-constructs-types
</>

functional-constructs-types

Úselo al crear matrices en bucles. Úselo cuando los tipos no fluyen a través del código. Úselo cuando considere mapear/filtrar/reducir.

4Instalaciones·0Tendencia·@marius-townhouse

Instalación

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill functional-constructs-types

Cómo instalar functional-constructs-types

Instala rápidamente el skill de IA functional-constructs-types en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill functional-constructs-types
  3. Verificar instalación: Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

Fuente: marius-townhouse/effective-typescript-skills.

SKILL.md

Ver original

Functional programming constructs (map, filter, reduce) work better with TypeScript than imperative loops.

TypeScript's type inference works particularly well with functional constructs. They produce intermediate types that flow naturally, whereas loops require you to manually track types.

TypeScript infers the output type from the input type and the mapping function.

Úselo al crear matrices en bucles. Úselo cuando los tipos no fluyen a través del código. Úselo cuando considere mapear/filtrar/reducir. Fuente: marius-townhouse/effective-typescript-skills.

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill functional-constructs-types
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-26
Actualizado
2026-03-10

Browse more skills from marius-townhouse/effective-typescript-skills

Respuestas rápidas

¿Qué es functional-constructs-types?

Úselo al crear matrices en bucles. Úselo cuando los tipos no fluyen a través del código. Úselo cuando considere mapear/filtrar/reducir. Fuente: marius-townhouse/effective-typescript-skills.

¿Cómo instalo functional-constructs-types?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill functional-constructs-types Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

¿Dónde está el repositorio de origen?

https://github.com/marius-townhouse/effective-typescript-skills