24
ditht
5y

Just started developing a to-do list that interacts with Calendar in swift.

Having done a lot of frontend development with js frameworks, xcode + swift + CoreData makes me want to blow my brains out.

I thought Java was verbose, but swift takes verbosity to a new level. Why does unwrapping variables make my program better?

I have already permanently broken my project twice by changing class names and changing the CoreData datamodel in xcode.

I had to create new projects, copy and paste the exact code from the old project into the new project and the code ran fine.

As soon as you need to do anything custom with a view, you have to pray to god someone has posted an example using very similar data.

Otherwise you have to read the apple documentation which is about as helpful as xcode's segfault dumps, unless you already know the names of the objects and methods that you need.

Comments
Add Comment