Do you layer UI patterns on top of #SwiftUI patterns making a house of cards?
Apple doesn’t profess to dictate UI patterns but … there are inherent patterns at work.
Do you layer UI patterns on top of #SwiftUI patterns making a house of cards?
Apple doesn’t profess to dictate UI patterns but … there are inherent patterns at work.
@camsoft2000 Do you experience the Preview as a test?
I have switched my thinking about TDD and Preview as a First Class Test.
It's the first test I write and the test that runs most frequently & is consistantly annalysied & optimized easly.
@camsoft2000 regression testing is an interesting practice because it means that someone makes a conscious change that results in an nonobvious breakage of previous working code. That is a long chain of causal links.
I feel the whole ball of reasoning convoluted and predicated on the nonobvious (nonsensical) which a good/great/competent dev is tricked by the code into making a mistake. Rather that hoping a test catches it - why not work to make the mistake obvious?