Back to Nicegui

Simplify

.cursor/commands/simplify.md

3.12.0252 B
Original Source

Review the current code and suggest simplifications.

Look for:

  • Unnecessary complexity
  • Code duplication
  • Over-abstraction
  • Opportunities to use standard patterns
  • Blocking operations that should be async

Propose concrete, simpler alternatives.