From 842955a3ef4fb5e8e29eb9d80ba205829332c11d Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 31 Dec 2023 01:44:05 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8cb90e2..1c8c4fb 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 (out of 5) | -| --------------------- | ----------- | ---------- | ----------- | ------------- | ------------------------------- | ------------------- | -| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | | 2.60 | -| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | | 3.00 | -| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | 2.20 | +| Technique | Ease of implementation | Readability | Debugging | Maintenance | Extensibility | Applicability to other problems | Score (out of 5) | +| --------------------- | ---------------------- | ----------- | ---------- | ----------- | ------------- | ------------------------------- | ------------------- | +| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | | 3.00 | +| 02_macros | ⭐⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | | 3.17 | +| 03_xmacros | ⭐⭐⭐ | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | 2.33 |