Thanks Paul, this is the best Swift struct tutorial I have seen and heard.
@MrRcdrifter9002 жыл бұрын
I love the pup that comes in and out. Need that mini break 😂
@Vidadlaur Жыл бұрын
Thank you a lot, I hadn't understood this until now.
@gugudadah3 жыл бұрын
structs are like data classes?
@leon.dev89 Жыл бұрын
Cute dog.
@jankuna94792 жыл бұрын
Brilliant. Merci!
@jimitkachchhi5562 Жыл бұрын
sir why the curly braces are not finish exactly below to vacationRemaining i am very stuck for this
@24steps-sdetsnotes942 жыл бұрын
I like to use name for variable then type and call init. var archer: Employee = .init(name: “Some one”, vacationRemaining:14)
@spailsofficial Жыл бұрын
"camelCase where the first letter is lower case"... so just camelCase then??? Do you think camelCase is PascalCase?
@agentashriot Жыл бұрын
While there is a difference between PascalCase and camelCase, there's no need to be so pedantic. Just a helpful comment that PascalCase is the term used when the first letter is uppercase would be helpful for others.