From f64bed139c27bb9137ba3dc4d55460b9c5701446 Mon Sep 17 00:00:00 2001 From: Matheus Gois Date: Wed, 2 Oct 2024 22:59:22 -0300 Subject: [PATCH] =?UTF-8?q?C=C3=B3digo=20Limpo=20Adaptado=20para=20Swift?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45540bb..5aec98c 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag ### Padrões de Projeto +- [Código Limpo Adaptado para Swift - Matheus Gois [🇧🇷]](https://github.com/MaatheusGois/clean-code-swift/tree/🇧🇷-portuguese) - [Protocol Delegate em Swift - Cassia Barbosa [🇧🇷]](https://medium.com/mackmobile/protocol-delegate-em-swift-5f521e19ca56) - [Padrões de Projeto em Swift - Refactoring.Guru [🇧🇷]](https://refactoring.guru/pt-br/design-patterns/swift) - [Injeção de Dependência - Raúl Ferrer [🇧🇷]](https://ichi.pro/pt/injecao-de-dependencia-em-swift-165262232561857) @@ -128,6 +129,7 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag - [Design Patterns em Swift](https://github.com/ochococo/Design-Patterns-In-Swift) - [iOS Good Practices](https://github.com/futurice/ios-good-practices) + ### Interface #### Geral