#tdd

3 posts · Last used 8d

Back to Timeline
@gregatron5@vmst.io · Mar 09, 2026
Any #iOS or #mac devs have a good resource for #SwiftUI #TDD? I think I'm OK on straight Swift testing. I'm specifically looking for reading up on SwiftUI testing.
View on vmst.io
0
0
1
@Shepharo@mastodonapp.uk · Feb 25, 2026
Does anyone in the UK actually use TDD (that's Test Driven Development, for the uninitiated)? I see it mentioned on a lot of job adverts, but when you talk to the people there, it's all a bit "Well, we like our employees to have that skill, but we don't actually want them to use it". Obviously! That would be crazy... I find TDD to be incredibly effective, not just in testing the code, but in guiding the design and development of the solution towards higher quality results. I did actually learn TDD from a manager while employed, but that was in New Zealand. Ever since I've been working back in the UK, managers seem to think testing in general is a waste of time and money. #tdd
View on mastodonapp.uk
0
0
1
@riverfount@bolha.us · Feb 24, 2026
Você já escreveu uma classe que funciona, mas não dá pra testar sem subir banco, abrir conexão HTTP ou criar arquivo em disco? O problema quase sempre é o mesmo: a classe criou as próprias dependências em vez de recebê-las. Novo post: Injeção de Dependência em Python sem Frameworks — implementação manual, Protocol para contratos, e como isso transforma a testabilidade do código. 🔗 https://www.riverfount.dev.br/posts/injecao_dependencia/ #Python #EngenhariaDeSoftware #TDD #CleanCode
View on bolha.us
0
1
0

You've seen all posts