Fix table format
This commit is contained in:
parent
c853f4650d
commit
26d6118f63
@ -11,6 +11,7 @@ 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 | Score |
|
||||||
|
| --------------------- | ----------- | ---------- | ----------- | ------------- | -------- |
|
||||||
| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | 3.25 / 5 |
|
| 01_no_metaprogramming | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐ | 3.25 / 5 |
|
||||||
| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | 3.75 / 5 |
|
| 02_macros | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐ | 3.75 / 5 |
|
||||||
| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | 2.75 / 5 |
|
| 03_xmacros | ⭐ | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐⭐⭐ | 2.75 / 5 |
|
||||||
|
Loading…
Reference in New Issue
Block a user