|
|
|
Ask HN: How Do You Usually Plan and Approach Your Solo Projects?
|
|
10 points
by OulaX
861 days ago
|
|
I'm a solo freelance software engineer, and it's my 3'rd year working. I am constantly improving my coding and testing skills and I can feel the improvements day after day. However, one part that I am still facing trouble with, is project planning and actually executing that plan. I can't decide whether I should start with a DB schema or jump right in to experimenting. I can't decide whether I should develop the frontend first or the backend. I can't decide what steps to take after I have an MVP. I want to learn how other developers approach these tasks in their projects, maybe I could learn something new from everyone! |
|
I'll dedicate time to just project management. I'll become a project manager and lay out the requirements, break that down into tasks, and prioritize. Then I'll take one task and focus on that. For example, an early task might be designing the overall system architecture, so I'll become a software architect and work on that. A next task might be coding a feature. So I'll become a developer and code up that feature.
If I ever find myself mixing roles into a single work session, it's usually time to take a step back and organize myself a bit more.