DEV Community

Discussion on: Which contentious opinions in programming actually matter?

Collapse
 
charliedevelops profile image
charliedeveloper

Good point - I agree the tendency is often to speak to the code author on small components for
future feature developments but this often leads to knowledge silos.

A potential way around this is the use of agile as the development process, the breaking down of small tasks will encourage a dev team to 'swarm' over even small pieces of work so everyone gets eyes on it. This coupled with strongly enforced code reviews by the team could potentially help. The tradeoff is it will probably take a little longer on smaller bodies of work because of process.