-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Too many changes to describe, but we are getting close to a 0.0.1 release where we can actually start using the framework on an alpha level
- Loading branch information
1 parent
012c8f8
commit 5c9ae20
Showing
228 changed files
with
9,630 additions
and
2,115 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
1. **Plan Before Coding**: Design and outline steps before coding. | ||
2. **Keep It Simple**: Write clear, maintainable, and modular code. | ||
3. **Reuse Code**: Avoid duplication; create reusable components. | ||
4. **Document**: Add meaningful comments and documentation. | ||
5. **Assert Everything**: Validate logic and inputs with assertions. | ||
6. **Follow Conventions**: Use established coding styles and validate inputs. | ||
7. **Optimize Later**: Focus on correctness first, optimize later. | ||
8. **Secure Code**: Sanitize inputs and protect sensitive data. | ||
9. **Immutability**: Prefer immutable data structures. | ||
10. **Clarity Over Cleverness**: Prioritize readability and maintainability. | ||
|
||
## Task Instructions | ||
|
||
- Follow the above principles. | ||
- Ensure code is well-structured and documented. | ||
- Validate inputs and use assertions. | ||
- Focus on secure and maintainable code. | ||
- Write a brief explanation of your approach and trade-offs. | ||
- Follow the below instructions as closely as possible. | ||
|
||
--- Instructions Below --- |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,31 @@ | ||
{ | ||
"cSpell.words": ["Pressable"], | ||
"cSpell.words": [ | ||
"AARRGGBB", | ||
"Accentable", | ||
"APCA", | ||
"cmyk", | ||
"desaturated", | ||
"Interpolable", | ||
"lerped", | ||
"Pressable", | ||
"RRGGBB", | ||
"RRGGBBAA", | ||
"WCAG" | ||
], | ||
"cSpell.files": ["**/src/**"], | ||
"github.copilot.chat.codeGeneration.useInstructionFiles": true, | ||
"github.copilot.chat.edits.suggestRelatedFilesForTests": true, | ||
"github.copilot.chat.edits.suggestRelatedFilesFromGitHistory": true, | ||
"github.copilot.chat.fixTestFailure.enabled": true, | ||
"github.copilot.chat.generateTests.codeLens": true, | ||
"github.copilot.chat.search.semanticTextResults": true, | ||
"[dart]": { | ||
"editor.defaultFormatter": "Dart-Code.dart-code", | ||
"editor.formatOnPaste": true, | ||
"editor.formatOnSave": true, | ||
"editor.formatOnSaveMode": "file" | ||
"editor.formatOnSaveMode": "file", | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "always" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.