diff --git a/TP5.md b/TP5.md new file mode 100644 index 0000000..cddfb7e --- /dev/null +++ b/TP5.md @@ -0,0 +1,14 @@ +| symbol | meaning | +| - | - | +| ☢️ | if not respected => 0/20 | +| 🏅 | bring a significant number of points | + +| | criterium | | +| - | - | - | +| 🏅 | use ```Codable``` | | +| 🏅 | use ```CodingKeys``` | | +| 🏅 | manage files and directories with the help of ```FileManager``` | | +| 🏅 | encode and decode types to json files | | +| 🏅 | persist polymorphic types | | +| 🏅 | use asynchronisme with ```async```/```await``` | | +| 🏅 | use ```@MainActor``` | | \ No newline at end of file