acmsigsoft / EmpiricalStandards

Tools and standards for conducting and evaluating research in software engineering
https://acmsigsoft.github.io/EmpiricalStandards/
Creative Commons Zero v1.0 Universal
288 stars 59 forks source link

Refactoring #139

Open mehilshah opened 1 week ago

mehilshah commented 1 week ago

This task is meant for refactoring the "read_standards.js"

mehilshah commented 1 week ago
  1. Need to move CSS to an external CSS file - Erin
  2. Modularizing the redundant code for generating the inputs into functions - Mehil
  3. Break down the "read_standards" JS file into smaller JS files based on thematic groupings
  4. RegEx Handling
  5. Remove the custom HashMap implementation and try to replace it with the appropriate data structure.
  6. Naming improvements
  7. Linting Standards