AkeemAllen / WikiGen

Desktop Application to generate wikis for Pokemon Rom Hacks and Fan Games
5 stars 1 forks source link

Major Refactoring #124

Closed AkeemAllen closed 1 month ago

AkeemAllen commented 2 months ago

As the maintainer of wikigen, I need more logging, error handling and testing to improve debugging and mitigate/prevent regressions. General Refactorings

Testing

Error Handling and Logging

Code Quality. Cleanup code where it's need cleanup IMO.

Migrations

Groups to refactor

AkeemAllen commented 2 months ago

Note: Come up with structure for success execution results that are meant to go back to the JS layer.

Handle Errors as strings?

AkeemAllen commented 1 month ago

Handling update/migrations

AkeemAllen commented 1 month ago

Organization guide for variable declaration in svelte componente

  1. logical groupings
  2. let declarations and their derived counterparts
  3. const declarations
  4. functions