Quote:
Originally Posted by nm_
.... and if you're truly passionate about this and want to make it your career, learn test driven development (ie unit testing)
|
So true. Writing tests before implementation helps you figuring out how you will build your feature. It's a good exercise and force you to understand your domain before you rush too fast coding a feature.
You can find XCTest tutorials on YouTube for Swift.