When I was younger, I would watch a movie trailer and remember all the details of the movie enough to remember to watch the movie months later when it came out. Now, if I can even remember some details from a trailer a week later, it is an achievement ๐
So, I decided to create a ToDo app which would remember stuff for me โ movies, books, TV shows etc. and allow me to add a link to a site with details (such as IMDB) so that I can read about the movie in the app itself instead of going searching online.
This actually works pretty well for me in terms of remembering to catch up on a movie when it came out โ especially after I added a release date to the list ๐
But then, I realized that I can use the same app for coding tasks too. Sure, I guess it should have been obvious, but I already had a separate app for jotting down coding tasks โฆ
Now, my app is morphing again as I look at ways to make the coding tasks side of things work with my regular flow.
Would it have been better to keep this as two separate apps?
But then Iโd have to split development time between the two apps. This way, I can do all the dev work in one project.
However, the app might become โheavierโ trying to accommodate two separate types of data/workflows โฆ
Decisions, decisions ๐
#Coding #Swift #SwiftUI #iOS #macOS #Tasks #DesignDecisions