how do you organize your programming work

Posted by dole on Stack Overflow See other posts from Stack Overflow or by dole
Published on 2011-01-12T13:31:01Z Indexed on 2011/01/16 9:53 UTC
Read the original article Hit count: 224

Filed under:
|

Hi there,

I'm a newbie in the field, but in the near future I have to develop an application for a friend(I've already did some work of the app and the friend is happy).

I assume that I need 3 places to store my work, but I'm not sure if this is the best approach. I need your advice, opinion, link,book, blog about this subject.

I plan to have:

  1. a place where I develop the application
  2. a place where I keep a back-up of the application
  3. a place with the application ready for use

I'll use git in the development stage, but for the later I don't know what tools to use, or which are the good practices. Can you give me an advice?

© Stack Overflow or respective owner

Related posts about git

Related posts about software-development