Update README.md

This commit is contained in:
Abdelrahman Said 2023-12-31 01:44:05 +00:00
parent f3d32f00f9
commit 842955a3ef

View File

@ -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 |