scheduled tasks - Small Team : Is it better to work on specefic objects, or on specific layers? -


i'm leader of small team, , want advice of how divide tasks on developers of n-tier business software.

scenario a:

each developer has specific objects build @ layers (db, dal,bl, gui...)

scenario b:

each developer has domain of layers work on @ object !!

scenario c:

each developer work on specific schedule !!

any advice help! thanks

you should take account knowledge skills , experience of each of team members , divide work accordingly.

if design correctly layered , decomposed there should no problem regards waiting on else since can stub out missing class(es) , continue on work.

if time permits, may want assign portions of work members not familiar areas of system (either business domain or programming related) can learn areas , in time not become rounded programmers business benefit having more 1 team member being familiar various areas of system having deep understanding on business domain. it's win-win (with investment of time).


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -