|
10
|
|
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope others will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
- Try to bring your code under continuous integration, if feasible.
- See what IDE plugins are available for your language & IDE. Maybe you can get people to improve their code with formatting tools, style checkers, and code complexity analysis.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
A final warning I'd like to add:
Niccolò Machiavelli, from The Prince, 1513
There is nothing more difficult to take in hand, more perilous to conduct, or more
uncertain in its success, than to take the lead in the introduction of a new order of
things. Because the innovator has for enemies all those who have done well under the
old conditions, and only lukewarm defenders in those who may do well under the new.
Its sage advice. I've worked very hard to bring about a new order of innovation in my organization, and it is slow but measurable progress. I am lucky to have allies in this effort. I hope that you find some as well.
|
|
|
|
9
|
|
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's others will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
- Try to bring your code under continuous integration, if feasible.
- See what IDE plugins are available for your language & IDE. Maybe you can get people to improve their code with formatting tools, style checkers, and code complexity analysis.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Sep 30 '08 at 2:12
|
|
|
|
|
|
8
|
|
edited Aug 18 '08 at 19:55
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
- Try to bring your code under continuous integration, if feasible.
- See what IDE plugins are available for your language & IDE. Maybe you can get people to improve their code with formatting tools, style checkers, and code complexity analysis.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
7
|
|
edited Aug 18 '08 at 18:55
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
- Try to bring your code under continuous integration, if feasible.
- See what IDE plugins are available for your language & IDE. Maybe you can get people to improve their code with formatting tools, style checkers, and code complexity analysis.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
6
|
|
edited Aug 16 '08 at 9:05
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
- Try to bring your code under continuous integration, if feasible.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
5
|
|
edited Aug 15 '08 at 21:40
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
4
|
|
edited Aug 15 '08 at 21:28
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming / mentoring
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
- Start a workshop to teach specific techniques/technologies.
- Try having food at your workshops/trainings/reviews.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
3
|
|
edited Aug 15 '08 at 21:18
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews (those who participate will learn a lot)
- Lunchtime training for better coding techniques
- Encourage coding 'practice' (maybe competitions where the best code wins.)
- If you have a couple good people, encourage them to mentor those who need help.
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
2
|
|
edited Aug 15 '08 at 21:13
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|
|
1
|
|
answered Aug 15 '08 at 21:10
|
Its unfortunate but you basically have two options available to you:
Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.
Find a new place to work with better standards of code quality and design.
I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. I hope other's will add more tips like these and we can aggregate them in a list
- Pair programming
- Promote Unit tests
- Promote design & design reviews
- Do lunchtime code reviews
- Lunchtime training for better coding techniques
It may sound like a lot of work, but your team isn't going to just get it one day without help and prompting. It may be up to you to build and nurture the team you have into the team you wish you had.
|
|
|