Mise à jour de 'TP1'

master
Adam BONAFOS 2 months ago
parent b7ca997965
commit c7930ffab2

@ -17,7 +17,7 @@ Legend
| 🏅 | use a **Package** | ✅ |
| 🏅 | reference a **Package** into another | ✅ |
| 🏅 | use a **Command Line Tool Project** | |
| 🏅 | reference a **Package** into a **Command Line Tool Project** | |
| 🏅 | reference a **Package** into a **Command Line Tool Project** | |
| 🏅 | create an enum | ✅ |
| 🏅 | create an enum with associated values | |
| 🏅 | create a structure | ✅ |
@ -40,9 +40,9 @@ Legend
| 🏅 | use tuples and named-tuples | ✅ |
| 🏅 | use control-flow operators (switch, if-else, for-in, while...) | |
| 🏅 | use guard | ✅ |
| 🏅 | use closures | |
| 🏅 | use closures | |
| 🏅 | test types, properties and methods in a CLI project | |
| 🏅 | write unit tests | |
| 🏅 | write unit tests | |
| 🏅 | write parameterized unit tests | |
| | write performance unit tests | |
| | check my code coverage with XCode | |

Loading…
Cancel
Save