You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been having a lot of trouble making any progress on my projects, largely because it's really difficult to context switch from my day job when I have an ounce of free time :)
Right now I'm working on a general view-control model that allows for reusing smaller "components" for a faster dev cycle, as well as some new features like "paged components". I find it really hard to keep my thoughts straight on this subject since every time I take a step forward I have to wait a week before I can return to it.
So I'm looking for solutions :)
In particular I've noticed that Lua can be difficult to come back to since there's no type system to help make navigation and intention clear. One thing I'm trialing out to fix this is being extra verbose with comments (not something I normally like to do) and hopefully it'll help me understand wth I was thinking last week.
We'll see how this pans out, it could also just be that I still don't have a clear enough understanding of what I want to do; and I've been trying to write that down clearly as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently I've been having a lot of trouble making any progress on my projects, largely because it's really difficult to context switch from my day job when I have an ounce of free time :)
Right now I'm working on a general view-control model that allows for reusing smaller "components" for a faster dev cycle, as well as some new features like "paged components". I find it really hard to keep my thoughts straight on this subject since every time I take a step forward I have to wait a week before I can return to it.
So I'm looking for solutions :)
In particular I've noticed that Lua can be difficult to come back to since there's no type system to help make navigation and intention clear. One thing I'm trialing out to fix this is being extra verbose with comments (not something I normally like to do) and hopefully it'll help me understand wth I was thinking last week.
We'll see how this pans out, it could also just be that I still don't have a clear enough understanding of what I want to do; and I've been trying to write that down clearly as well.
Relates to #74
Beta Was this translation helpful? Give feedback.
All reactions