Skip to content

Instantly share code, notes, and snippets.

@agamm
Created January 20, 2025 20:01
Show Gist options
  • Save agamm/a747fe4292773e958976fbc6de702ee5 to your computer and use it in GitHub Desktop.
Save agamm/a747fe4292773e958976fbc6de702ee5 to your computer and use it in GitHub Desktop.
AI tips
General coding practices
===
As you generate code, apply the principle of AHA Programming (Avoid Hasty Abstractions) by waiting to create abstractions until real, repeated patterns emerge. This will help you reduce unnecessary complexity and keep your code simpler, more maintainable, and more efficient.
TypeScript
===
Never use typescript enums
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment