A
A
Artem2017-03-18 14:26:45
css
Artem, 2017-03-18 14:26:45

How to make a project in a team?

Good afternoon. Faced a strange little situation for me. My colleague and I do both backend and frontend. By working together in the backend, we figured out where laravel works with git. everything is simple here, everyone writes their own classes, methods, etc. and we do not intersect.
But now it's time for layout. we will work with jade and sass based on bootsrap-a and here we cannot decide what to do. How to break up the work so that we don't sit around waiting for some layout elements from each other or until one of us makes styles for a particular element.
When I did this alone, everything was just immediately laying out the first page of the header footer, all things in jade and sass, and then I started writing styles and an html element for the content of each subsequent page. And I always knew what I had and where.
Help me to understand. I will be glad to any advice, your experience and links to useful material. Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2017-03-18
@Artso

Take a layout
Sit next to each other Break
the layout into independent blocks
Choose a layout framework or normalizer
Specify the order in which it is better to make blocks
Do it
Assemble the blocks into a layout

A
Alexey Sklyarov, 2017-03-20
@0example

To be honest, making up one layout together is like painting one picture for two artists. It seems possible, but there will be a lot of contradictions.
In addition, layout takes only a small percentage of the time spent on the project, so it can be entrusted to someone alone. And you can write JS code together, by analogy with the backend.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question