Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>It seems that when I leave the project for some time and come back, it is extremely hard to get back into the rhythm of what I was doing.</p> </blockquote> <p>You need to comment your code more. If you leave the code, come back in two weeks, and can't remember how the code works, you need more comments.</p> <blockquote> <p>If I know the requirements (at this current time), do I record them anyways?</p> </blockquote> <p>Yes, for the same reasons stated above.</p> <blockquote> <p>how do I manage these requirements?</p> </blockquote> <p>A feature list is OK, provided you have enough detail in each feature to jog your memory.</p> <blockquote> <p>How does one efficiently appropriate his/her time to each respective role?</p> </blockquote> <p>Break down each feature into smaller and smaller tasks, until you feel like you can do each task in a half day or less.</p> <blockquote> <p>What would be a normal flow of events that one would follow?</p> </blockquote> <p>That depends on your development style. In general I would follow a clear but simple architecture, avail yourself of software patterns where practical, and provide adequate unit tests for your code as you go.</p> <blockquote> <p>What diagramming/modeling would be sufficient for this level?</p> </blockquote> <p>Sufficient diagramming/modeling to make the project clear in your head.</p> <blockquote> <p>What steps, documentation, and other project related activities are needed to help bring this project from an impractical, hobby project to something more professional?</p> </blockquote> <p>Other than what I have already mentioned, make sure you have a good source control system and daily backups in place.</p> <p>Good luck!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload