|
You are here |
www.onswiftwings.com | ||
| | | | |
benoitpasquier.com
|
|
| | | | | To be sure new code won't break old one already implemented, it's best practice to write unit tests. When it comes to app architectures, it can be a challenge to write those tests. Following an MVVM pattern, how to unit test a view and its viewModel? That's what I would like to cover here using dependency injection. | |
| | | | |
blog.kulman.sk
|
|
| | | | | How many times how you copied and pasted some code in your current codebase because there was no good way to abstract it? Maybe because it was some repeating code required by a framework or mapping of some data transfer structures. Writing such boilerplate code is an error-prone waste of time, especially when there is a much better way: generating that code. There are a few tools to help you do that, one of the most flexible of them being GYB. What is GYB? GYB is a lightweight templating system that allo... | |
| | | | |
swiftrocks.com
|
|
| | | | | I've been playing with intelligent code generation for a couple of years now, and I'd like to show you how to achieve this with SourceKit. | |
| | | | |
christianselig.com
|
|
| | | |||