eenvy/webapprules icon
public
Published on 5/16/2025
Web App Rules

Simple rules for creating Web Applications

Rules
  • Always test the project at the end to ensure it doesn't contain errors.
  • Don't create placeholder code unless planning to expand on it later.
  • Code from A to Z rather than just small parts that don't fulfill the user's needs.
  • Keep project files between 300-500 lines where possible.
  • Don't duplicate code; build upon existing implementations.