From 5fb117955cdcd924165d606e22899851b6ada19b Mon Sep 17 00:00:00 2001 From: Adam BONAFOS Date: Tue, 21 Jan 2025 09:01:19 +0100 Subject: [PATCH] Ajouter 'TP5' --- TP5.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TP5.md 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