Skip to content

Commit 8ed0558

Browse files
Removing real-world benefits slide
1 parent 988abc1 commit 8ed0558

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -434,20 +434,6 @@ Player p = simdjson::from<Player>(json);
434434
435435
---
436436
437-
# Real-World Benefits
438-
439-
## Before Reflection (Our Game Server example)
440-
- 1000+ lines of serialization code
441-
- Prone to bugs due to serialization mismatching
442-
- Adding new features can imply making tedious changes to boilerplate serialization code
443-
444-
## After Reflection
445-
- **0 lines** of serialization code
446-
- **0 serialization bugs** (if it compiles, it works!)
447-
- New features can be added much faster
448-
449-
---
450-
451437
# The Bigger Picture
452438
453439
This pattern extends beyond games:

0 commit comments

Comments
 (0)