✨ refactor: convert all DanceLessonsCoach mentions to kebab-case
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Context and Problem Statement
|
||||
|
||||
We needed to choose a logging library for DanceLessonsCoach that provides:
|
||||
We needed to choose a logging library for dance-lessons-coach that provides:
|
||||
- High performance with minimal overhead
|
||||
- Structured logging capabilities
|
||||
- Multiple output formats (console, JSON)
|
||||
@@ -94,7 +94,7 @@ Chosen option: "Zerolog" because it provides excellent performance, clean API, g
|
||||
| With fields | 3 alloc | 4 alloc |
|
||||
| Complex | 5 alloc | 6 alloc |
|
||||
|
||||
### Real-World Impact for DanceLessonsCoach
|
||||
### Real-World Impact for dance-lessons-coach
|
||||
|
||||
* **Performance**: <1μs difference per request - negligible impact
|
||||
* **Memory**: Zerolog's better allocation profile helps in long-running services
|
||||
|
||||
Reference in New Issue
Block a user