This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tweet link: https://twitter.com/thiagoghisi/status/1617249812432424960 | |
Articles: | |
https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/ | |
https://web.archive.org/web/20130721011202/http://agile2003.agilealliance.org/files/R1Paper.pdf | |
http://agilemodeling.com/essays/generalizingSpecialists.htm | |
https://brettsbabble.wordpress.com/2011/03/26/patterns-for-effective-acceptance-criteria/ | |
https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/ | |
http://www.exampler.com/testing-com/writings/coverage.pdf | |
https://mike-bland.com/2012/07/10/test-mercenaries.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PickerView.swift | |
// PickerView | |
// | |
// Created by Arpit on 08/01/19. | |
// Copyright © 2018 Arpit. All rights reserved. | |
// | |
import UIKit | |
class PickerView : NSObject { |