- Notifications
You must be signed in to change notification settings - Fork215
Commite3d74d9
committed
Replace anonymous structs with named types
* Replace all anonymous nested structs with named types* Eliminate RegisteredCountry duplication, use CountryRecord* Optimize HasData methods with zero struct comparison* Simplify parent HasData methods using substruct methodsThis improves struct initialization ergonomics while maintainingthe same JSON serialization behavior and performance.1 parent69ce248 commite3d74d9
2 files changed
+348
-410
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments
Comments
(0)