Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Code Cleanup Epic

Abierto
#317 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Refactorización
Claridad
Necesita aclaración
Estado de actividad
Activo
Stack tecnológico
javascript
Área
tooling

Línea de trabajo

No files, tests, or entry points are named. Start by reviewing the sub-issues and confirming that one cleanup task is real and active, then inspect the affected JavaScript areas and existing conventions; done means the selected cleanup is applied consistently without changing algorithmic logic or functionality.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

This issue is a collection of code cleanup tasks that (probably) do not affect algorithmic logic or functionality. Essentially just cleanup tasks that could be done piecemeal or all at once.

Common situations to address and be consistent with:

  • Conditional assignments
  • conditional and logical chains
  • == and ===
  • a ? yay : boo and ??
  • hey["horse"] and hey.horse
  • {"hey": "horse"} and {hey: "horse"}
  • obj.hasOwnProperty("__rerum") and obj?.__rerum
  • tic, single, and double quote string after = and in foo("param", 'parame', `paramete`)
  • const and let
  • semicolon that ends a line of code

See the sub issues. Before doing any work on an issue, confirm it is real and active.

Lenguaje dominante
JavaScript
Estrellas
3
Forks
6
Merge medio
4 d 9 h
PR fusionados (30 d)
5

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de CenterForDigitalHumanities/rerum_server_nodejs

Todos los issues de CenterForDigitalHumanities/rerum_server_nodejs

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.