I did search around and I found a bunch of conventions but none talk about IBOutlets.
Which one of the following should I use?
@IBOutlet weak var price: UITextField!
@IBOutlet weak var priceTextField: UITextField!
@IBOutlet weak var textFieldPrice: UITextField!
@IBOutlet weak var tfPrice: UITextField!