Post

Replies

Boosts

Views

Activity

Reply to Does the way my code looks matter?
Hi, The Swift Student Challenge Terms and Conditions doesn't explicitly state that source code will be judged. However, I'd still advise you to have a clean code, and to let some comments for hard parts of your code. Submissions will be judged on: Technical accomplishment in the submitted app playground; Creativity of ideas in the submitted app playground; and. Content of written responses to the questions in the submission form. Good luck for the challenge!
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’24
Reply to What kind of database can I use?
Hi @eskimo, as SwiftData is only available with iOS 17, and Playgrounds on iOS 16, is it an issue if features using SwiftData are only available for a specific version ? To bypass this issue, we could use a third-part library as requested by yuccc. Because if the playground is tested on iOS 16, some features could be missing.
Feb ’24