You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The primary goal of each example is to demonstrate "how a specific API achieves a specific effect through specific configuration".**
14
+
15
+
When creating or modifying examples:
16
+
-**Keep it minimal**: Only include code necessary to demonstrate the target feature/API
17
+
-**Avoid over-engineering**: Don't add complex business logic that distracts from the core demonstration
18
+
-**Focus on the tool, not the ecosystem**: For example, in a test runner example, focus on the test runner's APIs (mocking, assertions, configuration), not on complex DOM manipulation or third-party library integrations
19
+
-**One concept per example**: Each example should ideally demonstrate one main feature or configuration pattern
20
+
-**Clarity over completeness**: A simple, clear example is better than a comprehensive but confusing one
0 commit comments