How do you disarm a cowboy coder? [closed]
Closed 12 years ago.
How to motivate co-workers to write unit-tests? [closed]
Closed 9 years ago.
Should architect or dev lead tell teammate where to add their code before coding a new feature?
I have experienced with two kinds of team. After a feature is assigned to me, one kind of dev lead tell me the exact file or class to add my code, another kind of team just say the story or requirement to me.
Does Fred Brooks’ “Surgical Team” effectively handle the bus factor?
My team of 4 experienced developers works on a large, modular Windows application (approx. 200 KLoC). I have focused on the core codebase since the beginning of the project (3 years ago) and have gradually shifted to a semi-lead developer position, though I am not the team manager.
How to manage a growing team? [closed]
Closed 12 years ago.
Five new junior developers and lots of complex tasks. What’s now?
Our company has hired five new junior developers to help me to developer our product. Unfortunately the new features and incoming bug fixes usually require deeper knowledge than a recently graduated developer usually has (threading/concurrency, debugging performance bottlenecks in a complex system, etc.)
Dealing with Fanboys [closed]
Closed 12 years ago.
Introducing a (new) test method to a team [closed]
Closed 9 years ago.
I have an MIS degree. How do I sell myself as a programmer? [closed]
Closed 11 years ago.
Reuse the data CRUD methods in data access layer, but they are updated too quickly
I agree that we should put CRUD methods in a data access layer, However, in my current project I have some issues.