Fabrizio Duroni
Sep 11, 2017 · 5 min read
In this post I will talk about clean code and how important are the name you choose while you're developing software. [...]
Aug 25, 2017 · 4 min read
In this post I will talk about reflection vector used in some lighting models, for example the Phong reflection model. I will show you how this vector is calculated. [...]
Aug 11, 2017 · 12 min read
In this post I will talk about the model view presenter architectural pattern and how it can improve your unit test and your TDD workflow when developing an iOS application. [...]
Jul 26, 2017 · 6 min read
In this post I will talk about phong reflection model: one of the oldest and most popular lighting model in computer graphics. [...]
Jul 25, 2017 · 3 min read
In this post I will talk about contract test: what they are and how you can use them. [...]
Jun 14, 2017 · 3 min read
In this post I will talk about Swift closure and the potential of the @escaping and @autoclosure attributes [...]
Jun 02, 2017 · 2 min read
In this post I will talk about Swift closure: what they are and their syntax [...]