Update README.md

This commit is contained in:
Abdelrahman Said 2023-12-30 21:32:10 +00:00
parent 8c9c3aea2f
commit d0dce15c58

View File

@ -10,8 +10,8 @@ Exploring different ideas for implementing generics in C.
## General assessment of the different techniques ## General assessment of the different techniques
| Technique | Readability | Debugging | Maintenance | Extensibility | Score | | Technique | Readability | Debugging | Maintenance | Extensibility | Applicability to other problems | Score |
| --------------------- | ----------- | ---------- | ----------- | ------------- | -------- | | --------------------- | ----------- | ---------- | ----------- | ------------- | ------------------------------- | -------- |
| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | 3.25 / 5 | | 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | | 2.60 / 5 |
| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | 3.75 / 5 | | 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | | 3.00 / 5 |
| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | 2.75 / 5 | | 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | 2.20 / 5 |