parent
ae950eb283
commit
5fb117955c
@ -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``` | |
|
Loading…
Reference in new issue