I
I
Innokenty Ivanov2015-05-06 11:56:57
git
Innokenty Ivanov, 2015-05-06 11:56:57

We want to write a website - how to work together via the Internet?

  • I am a developer of universal applications on Windows / Windows Phone, the latest achievement of which is a reader-parser of university news, for which they gave me a bun
  • He's coding something on the puff, studying muscles and wants to get a python
  • She knows how to put a custom kernel on Android, but she cannot jailbreak for an apple

It just so happened that the three of us needed to file a website. We want to write it together. How? I don't understand any of this at all. What tools, what VCS, what IDE or editors to use?
How to program in JS, typeset in HTML and preprocess CSS - we know. We do not know how to work together, we do not even understand what and how. Help us.

Answer the question

In order to leave comments, you need to log in

9 answer(s)
R
Roman Frank, 2015-05-06
@Akellacom

Skype
Git
AND any TODO (todoist, trello)

A
Andrey Chernyshev, 2015-05-06
@delch

Try to consider the BEM layout methodology, using it you can safely divide different parts of one project between different people, allowing you to work in parallel and without harming each other.

A
Arthur Koch, 2015-05-06
@dudeonthehorse

Koding.com had a team development habit but hadn't looked at it in a long time. And so everything is right, Skype and version control system.

D
Denis Ineshin, 2015-05-06
@IonDen

We store the project repository in GitHub.
In Basecamp / Trello or in GitHub itself, we discuss the project and set tasks.
Sobsno everyone does it and you connect.

A
Andrey B., 2015-05-06
@andykov

Maybe I didn't understand something. The question sounds kind of vague.
Divide the task into responsibilities, for example, you make up, she writes js, he pulls it.
Create a repository with branches like this:
master => testdev => 3 branches for each of you from the testdev branch. You can also make branches locally for yourself. Then merge all your branches with the testdev branch, test, everything is ok, merge with master.

R
Roman, 2015-05-06
@paradoxo

What do you need a website for?
In general, you need to understand what you want, prescribe it. Break it down into stages and assign tasks to each. Someone typesets, someone "pulls" on the engine, someone is engaged in advertising (as I understand it, you need it for PR)

A
Alexey Gerasimov, 2015-05-12
@starostin13

If I were you, I would try to find a person who would help you with the separation of duties and team management - this is the same experience that is useful for a good developer who wants to become a lead.
I would have volunteered to help myself, but I have a diploma on my nose, there is no extra time

S
Sergey Chizhik, 2015-05-14
@kzooz

Required items:
Task completion:
It is important that the tasks do not overlap much in terms of changes in the code, because will have to resolve many conflicts.
Communications - skype, mail + agreements on the work schedule.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question