You are here |
www.jessesquires.com | ||
| | | |
benoitpasquier.com
|
|
| | | | A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit. | |
| | | |
raganwald.com
|
|
| | | | ||
| | | |
syntackle.com
|
|
| | | | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. | |
| | | |
zackoverflow.dev
|
|
| | How to actually write non-trivial programs in C |