this post was submitted on 19 Jun 2023
7 points (100.0% liked)
Programming
3347 readers
4 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not much of a programmer. I'm working on an android app for personal use though and for me I treat it like a physics problem.
Break it down into smaller less daunting tasks learn how to do a small piece, practice that a bit, then play with it until I can incorporate it into my app. If I get bored with one part of it I switch gears and work on a different piece.
Breaking it into smaller pieces let's me have a lot of small accomplishments when I learn something new and incorporate it. The small accomplishments give me a good dopamine rush and keep me motivated.
This is definitely the way to do it in my opinion. I always feel way better about my projects the more granular I can make them.