mikhael28/paretOS

Refactor: ContextPage component is very long and could benefit from some refactoring

オープン

#156 opened on 2022/03/29

 (18 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (45 件のフォーク)auto 404
Reactgood first issuerefactoringup for grabs

Repository metrics

Stars
 (35 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

The component context/ContextPage.js clocks in at a whopping 569 lines of code! Looking through, a good amount of it appears to be repetitive code that could be refactored.

Goals

  • Reduce the total lines of code
  • Reduce the amount of repetitive code
  • Improve code efficiency and readability
  • Simplify state management for states that are always all updated at the same time
  • Add comments as necessary to help orient new contributors navigating the file for the first time.

コントリビューターガイド