Open alex-liu30 opened 15 hours ago
For Semantic errors
I relearned all the swift keywords by going all the way back to the fundamentals section on codecademy, where I relearned all the basics of the swift keywords. I learned the base functions of the keywords and used them to implement my 3 new features (seen above). I now have a better understanding of what exactly these keywords do and actually can apply them to my code.
I completed this task by asking this question right after coding after making this question up. Since then, I’ve made it a habit and have been able to detect mistakes based off of the structure of my code before even running it. This has allowed me to not only gain a better understanding of my actual code but also allowed me to make sure that I can spot and fix mistakes in my code very easily, which was a difficult task for me before.
Improvement I will make: There are semantic errors when editing for the first couple times. I'll fix that.