Created
January 20, 2025 20:01
-
-
Save agamm/a747fe4292773e958976fbc6de702ee5 to your computer and use it in GitHub Desktop.
AI tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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