What the func? Functions!! They do exactly what you tell them to do. They are the building blocks for modern day applications. If you try to make an app without using a function, good luck. How do we make functions clean? Keep Them Small According to “Uncle Bob” he says that function should rarely ever […]
Author: Mikaela Caron
Maintaining an open-source project is difficult 😅 I knew this wasn’t a cake walk, but it did require more attention than I thought it would. Here’s a list of tips and other advice I’d recommend to anyone who’s going to be a maintainer for the first time during Hacktoberfest. Write a Great README A README.md […]
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 […]
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 […]
Should I learn UIKit or SwiftUI?
Should you learn UIKit for SwiftUI in 2020?
Hello World!
My first post.