|
You are here |
www.uraimo.com | ||
| | | | |
swiftrocks.com
|
|
| | | | | CaseIterable is one of my favorite features in Swift 4.2. Despite being a simple protocol, it solves the common problem (that I personally faced many times) of needing access to an array containing all the cases of a certain enum. | |
| | | | |
blog.slaks.net
|
|
| | | | | ||
| | | | |
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... | |
| | | | |
poignardazur.github.io
|
|
| | | Let's talk about pinning in the Rust programming language. | ||