Skip to content

Instantly share code, notes, and snippets.

View rajajawahar's full-sized avatar
🏠
Working from home

Raja Jawahar rajajawahar

🏠
Working from home
View GitHub Profile
@laky
laky / gist:79a266f10c90f1d8387e269ad208addd
Created January 23, 2023 11:25
Thiago Tweet Articles
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
//
// PickerView.swift
// PickerView
//
// Created by Arpit on 08/01/19.
// Copyright © 2018 Arpit. All rights reserved.
//
import UIKit
class PickerView : NSObject {