shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

267
active users

#composablearchitecture

0 posts0 participants0 posts today
Benno Kress<p>To my iOS Dev Bubble here: I‘m starting to modularize a big app in 2 weeks and want to prepare with best practices. We want to use the composable architecture by <span class="h-card" translate="no"><a href="https://hachyderm.io/@pointfreeco" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>pointfreeco</span></a></span> and if possible also use SPM Modules to make sure we have no unwanted dependencies between parts of our code.</p><p>I‘m happy to hear about your experience, tutorials, videos and resources in general. Especially on how to organize stuff and where best to start.</p><p><a href="https://iosdev.space/tags/iOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOS</span></a> <a href="https://iosdev.space/tags/swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swift</span></a> <a href="https://iosdev.space/tags/composableArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>composableArchitecture</span></a> <a href="https://iosdev.space/tags/spm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>spm</span></a> <a href="https://iosdev.space/tags/modularArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modularArchitecture</span></a></p>
Dariusz Rybicki<p>How do you test your <a href="https://mastodon.social/tags/async" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>async</span></a> streams in <a href="https://mastodon.social/tags/swiftlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swiftlang</span></a>? I'm using <a href="https://mastodon.social/tags/composablearchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>composablearchitecture</span></a> from <span class="h-card"><a href="https://hachyderm.io/@pointfreeco" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>pointfreeco</span></a></span> and a little helper. Found it very convenient and comprehensive, not only for testing the reducers. Would love to learn how other developers are doing it. Here's my helper: <a href="https://gist.github.com/darrarski/6d4374835b17ff18da0378f18f18aaa9" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gist.github.com/darrarski/6d43</span><span class="invisible">74835b17ff18da0378f18f18aaa9</span></a></p>