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
 

So, I have 2 months before I go to finish my last year in CS. Every time I sit down to start a project, I will work on it for a few days, and immediately stop working on it.

How do you stay focused for these long projects? Or what are some techniques that you follow to keep at it for longer stretches?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] PapaTorque 3 points 2 years ago (3 children)

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.

[โ€“] ug01x 2 points 2 years ago

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.

load more comments (2 replies)