Half programmer here. :D
At this moment, the workflow resumes itself like this:
Messenger is on.
I code some things, and I upload them to a shared dev host and I see if it works.
The programmer code some things locally and then uploads to the shared dev host as well.
The designer puts some images that we request by messenger.
With msn in place, we say: upload this, download that... etc...
At the end, obviously, some overwrites or forgetting happens to arrive.
We all loved to avoid this.
So I'm thinking about:
- 1) The half programmer (me) - should start to code locally and not directly on the shared host development server.
- 2) Both programmers should have Git client installed and work with it.
- 3) We should register or little projects on Git Hub.
- 4) Both (programmer and the half thing) should start doing commits and other things using the repository instead of messaging each other.
With this I got two questions:
A) The development hosting server will be replaced by the git hub thing?
B) What about the graphic designer? Should he enter the work-flow somehow, so that, we all work on the same images as well?
Any help about some more experienced developers with nice workflows is REALLY welcome. :)
Thanks a lot,
MEM