Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Development [closed]

Lets take a website project with a number of team members and it has a number of features. During the development, Is it better for same guy to do one complete feature(DB,Application Logic,Frontend(Javascript,HTML,CSS etc)) or Is it better for the different guy to do the Application Logic and Frontend. In most of the cases, DB is done by some other guy I think. What is the recommended way to do this.

like image 219
felix Avatar asked Oct 15 '22 03:10

felix


1 Answers

Regardless of which way you slice it, you want to make sure that there is some redundancy in the knowledge and understanding of each developers focus. So where I might focus on one feature or layer, there is at least one other developer with a good understanding of my work. This way, the entire project cannot be derailed by one key developer leaving the company.

like image 177
Yisroel Avatar answered Oct 18 '22 14:10

Yisroel