parent
363f602c3c
commit
51486ed337
@ -0,0 +1,39 @@
|
||||
### Example Format for Each Data Type
|
||||
|
||||
For each data type, structure your response like this:
|
||||
|
||||
```markdown
|
||||
## [Data Type Name]
|
||||
|
||||
**Purpose in Shopping Cart:** [Explain what this data type does]
|
||||
|
||||
**Why This Type:** [Explain why this is the best choice]
|
||||
|
||||
**Code Example:**
|
||||
```javascript
|
||||
// Your realistic code example here
|
||||
```
|
||||
|
||||
**Real-world Usage:** [Describe how this would work in practice]
|
||||
|
||||
**Interactions:** [Explain how this data type works with others]
|
||||
```
|
||||
|
||||
|
||||
|
||||
```markdown
|
||||
## String
|
||||
|
||||
**Purpose in Shopping Cart:** Handles the
|
||||
|
||||
**Why This Type:** [Explain why this is the best choice]
|
||||
|
||||
**Code Example:**
|
||||
```javascript
|
||||
// Your realistic code example here
|
||||
```
|
||||
|
||||
**Real-world Usage:** [Describe how this would work in practice]
|
||||
|
||||
**Interactions:** [Explain how this data type works with others]
|
||||
```
|
||||
Loading…
Reference in new issue