diff --git a/README.md b/README.md index e0d9bd5..8cb90e2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Exploring different ideas for implementing generics in C. ## General assessment of the different techniques -| Technique | Readability | Debugging | Maintenance | Extensibility | Applicability to other problems | Score | -| --------------------- | ----------- | ---------- | ----------- | ------------- | ------------------------------- | -------- | -| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | | 2.60 / 5 | -| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | | 3.00 / 5 | -| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | 2.20 / 5 | +| Technique | Readability | Debugging | Maintenance | Extensibility | Applicability to other problems | Score (out of 5) | +| --------------------- | ----------- | ---------- | ----------- | ------------- | ------------------------------- | ------------------- | +| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | | 2.60 | +| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | | 3.00 | +| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | 2.20 |