Say what you mean, and mean what you say. Chapter 2 is all about naming! Names of variables, functions, classes, objects, protocols (interfaces), everything! Why is naming so important? Everything in software has a name, from the iterator variable in a for loop to the package you’re importing into your project. The name tells you […]
Category: iOS Development
iOS Development topics
What is Clean Code?
Why Tracking job applications on different platforms and for different companies almost always ends in using a spreadsheet. I wanted to have a simple way to track job applications and try using SQLite in an application. Sketch First I created a rough design of what the app could look like, using Sketch. I brainstormed what […]
Categories
Should I learn UIKit or SwiftUI?
Should you learn UIKit for SwiftUI in 2020?
Categories
Hello World!
My first post.