From 26d6118f63f107e26fd719456e5a67abcce3e2e0 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sat, 30 Dec 2023 19:45:13 +0000 Subject: [PATCH] Fix table format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8781ee..dce4038 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Exploring different ideas for implementing generics in C. ## General assessment of the different techniques | Technique | Readability | Debugging | Maintenance | Extensibility | Score | +| --------------------- | ----------- | ---------- | ----------- | ------------- | -------- | | 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | 3.25 / 5 | | 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | 3.75 / 5 | | 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | 2.75 / 5 |