ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

#100DaysOfSwiftUI

0 posts0 participants0 posts today

I quit my job to learn to code. So I am restarting Paul Hudsons #100DaysOfSwiftUI and share my learnings with @appfrosch We are recording our sessions and upload them on YouTube. As we stick to our native language, we hope to create a learning ressource in german.

The first day of the new year seems to be a great date to release the first video ☺️

youtube.com/watch?v=vIbVyy5Q_7

I hope, you are okay with this, @twostraws

First thing about #swift that's feeling strange (coming from Java/Kotlin) - `Struct` properties have mutability defined by both their own `var`/`let` keywords, but also by the mutability keyword on the instance.

Is there a link to a good explanation for this design choice? I.e. why aren't `var` properties inside a struct instance created with `let` allowed to be mutated?
Pros-cons of this vs the kotlin approach?

#100DaysOfSwiftUI @twostraws