Is it bad to allow my team to develop more knowledge and skills than I?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
21
down vote
favorite
Can there be any kind of negative implications if I am the manager (formerly the employee with most experience on the product, but also the most senior in the company within the team), but over time I allow my team to grow so fast and with so much knowledge and experience that all of them have their specialities in which they are much better than I?
What I mean by negative implications includes:
My reputation within the company
My ability to advance in further ranks within the company
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
management career-development promotion
add a comment |Â
up vote
21
down vote
favorite
Can there be any kind of negative implications if I am the manager (formerly the employee with most experience on the product, but also the most senior in the company within the team), but over time I allow my team to grow so fast and with so much knowledge and experience that all of them have their specialities in which they are much better than I?
What I mean by negative implications includes:
My reputation within the company
My ability to advance in further ranks within the company
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
management career-development promotion
add a comment |Â
up vote
21
down vote
favorite
up vote
21
down vote
favorite
Can there be any kind of negative implications if I am the manager (formerly the employee with most experience on the product, but also the most senior in the company within the team), but over time I allow my team to grow so fast and with so much knowledge and experience that all of them have their specialities in which they are much better than I?
What I mean by negative implications includes:
My reputation within the company
My ability to advance in further ranks within the company
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
management career-development promotion
Can there be any kind of negative implications if I am the manager (formerly the employee with most experience on the product, but also the most senior in the company within the team), but over time I allow my team to grow so fast and with so much knowledge and experience that all of them have their specialities in which they are much better than I?
What I mean by negative implications includes:
My reputation within the company
My ability to advance in further ranks within the company
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
management career-development promotion
edited Feb 22 '14 at 5:41


Wesley Long
45k15100161
45k15100161
asked Feb 22 '14 at 2:15
AndreaTonika
227126
227126
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
43
down vote
No, it is far from bad. In fact, as a manager it is your job to encourage your team to develop both as individuals and as members of the team. Your performance will be judged on your management skills now rather than your technical knowledge.
You should still find time to keep your knowledge as up to date as you can, but you should expect some members of your team to have a deeper, more specialised knowledge of their areas of responsibility than you have.
It is normal for new managers to worry about this kind of thing, but you have different responsibilities now and you will be measured against a different yard stick.
Your reputation in the company and your chances of further promotion will now depend on how you manage your team and on their performance under your guidance.
In my experience only inept, paranoid managers worry about members of their team developing more knowledge than them. I have worked for a few people like that and never enjoyed the experience. On the other hand, managers who acknowledged my strengths and asked my opinion/advice on matters I had knowledge in were a delight to work for. As a result I worked harder, learned more and was happier in my work.
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
add a comment |Â
up vote
11
down vote
If any member of your team didn’t grow professionally, that would be a bad sign for your management style and skills. If anything, push them to learn!
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
Why would you learn technical updates? You have such an amazing wide field to learn on how to be a good manager, that can easily fill a life time.
Is it still part of your job to perform the technical tasks? If yes, you are in a very uncomfortable in-between place, not really management – in a good organisation, you are only ever doing one of these jobs at a time. If not, why would you worry about training yourself there?
You need enough expertise to judge the results of your people so you can appraise who needs help (not from you, but from more experienced peers) and who can mentor them – and then you can do management’s primary job, namely removing all the obstacles that stop your people from doing theirs.
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
add a comment |Â
up vote
2
down vote
Management is all about coordinating and motivating a group of people. A managers job isn't to know all the ins and outs of the field they are in. That is why you have technical experts whose job it is to know the technology. Trust them; if for some reason you can't then you need to find the people you can.
Your job is all about making sure that your people have the right overall direction and everything necessary so they can do their job. In other words, you tell them where to go and make sure nothing is going to stand in their way. This means listening to them, taking care of any issues that crop up and possibly even changing direction if it's necessary.
Your performance is now based on how well the team performs. If the team is successful, it looks good on you. If the team is struggling then this looks bad and you need to fix that. As a manager the fixes are rarely technical ones and almost always due to personalities and/or environment: which you now have control over.
So, let go of trying to stay on top with the latest/greatest tech items; that's what your people are for.
add a comment |Â
StackExchange.ready(function ()
$("#show-editor-button input, #show-editor-button button").click(function ()
var showEditor = function()
$("#show-editor-button").hide();
$("#post-form").removeClass("dno");
StackExchange.editor.finallyInit();
;
var useFancy = $(this).data('confirm-use-fancy');
if(useFancy == 'True')
var popupTitle = $(this).data('confirm-fancy-title');
var popupBody = $(this).data('confirm-fancy-body');
var popupAccept = $(this).data('confirm-fancy-accept-button');
$(this).loadPopup(
url: '/post/self-answer-popup',
loaded: function(popup)
var pTitle = $(popup).find('h2');
var pBody = $(popup).find('.popup-body');
var pSubmit = $(popup).find('.popup-submit');
pTitle.text(popupTitle);
pBody.html(popupBody);
pSubmit.val(popupAccept).click(showEditor);
)
else
var confirmText = $(this).data('confirm-text');
if (confirmText ? confirm(confirmText) : true)
showEditor();
);
);
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
43
down vote
No, it is far from bad. In fact, as a manager it is your job to encourage your team to develop both as individuals and as members of the team. Your performance will be judged on your management skills now rather than your technical knowledge.
You should still find time to keep your knowledge as up to date as you can, but you should expect some members of your team to have a deeper, more specialised knowledge of their areas of responsibility than you have.
It is normal for new managers to worry about this kind of thing, but you have different responsibilities now and you will be measured against a different yard stick.
Your reputation in the company and your chances of further promotion will now depend on how you manage your team and on their performance under your guidance.
In my experience only inept, paranoid managers worry about members of their team developing more knowledge than them. I have worked for a few people like that and never enjoyed the experience. On the other hand, managers who acknowledged my strengths and asked my opinion/advice on matters I had knowledge in were a delight to work for. As a result I worked harder, learned more and was happier in my work.
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
add a comment |Â
up vote
43
down vote
No, it is far from bad. In fact, as a manager it is your job to encourage your team to develop both as individuals and as members of the team. Your performance will be judged on your management skills now rather than your technical knowledge.
You should still find time to keep your knowledge as up to date as you can, but you should expect some members of your team to have a deeper, more specialised knowledge of their areas of responsibility than you have.
It is normal for new managers to worry about this kind of thing, but you have different responsibilities now and you will be measured against a different yard stick.
Your reputation in the company and your chances of further promotion will now depend on how you manage your team and on their performance under your guidance.
In my experience only inept, paranoid managers worry about members of their team developing more knowledge than them. I have worked for a few people like that and never enjoyed the experience. On the other hand, managers who acknowledged my strengths and asked my opinion/advice on matters I had knowledge in were a delight to work for. As a result I worked harder, learned more and was happier in my work.
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
add a comment |Â
up vote
43
down vote
up vote
43
down vote
No, it is far from bad. In fact, as a manager it is your job to encourage your team to develop both as individuals and as members of the team. Your performance will be judged on your management skills now rather than your technical knowledge.
You should still find time to keep your knowledge as up to date as you can, but you should expect some members of your team to have a deeper, more specialised knowledge of their areas of responsibility than you have.
It is normal for new managers to worry about this kind of thing, but you have different responsibilities now and you will be measured against a different yard stick.
Your reputation in the company and your chances of further promotion will now depend on how you manage your team and on their performance under your guidance.
In my experience only inept, paranoid managers worry about members of their team developing more knowledge than them. I have worked for a few people like that and never enjoyed the experience. On the other hand, managers who acknowledged my strengths and asked my opinion/advice on matters I had knowledge in were a delight to work for. As a result I worked harder, learned more and was happier in my work.
No, it is far from bad. In fact, as a manager it is your job to encourage your team to develop both as individuals and as members of the team. Your performance will be judged on your management skills now rather than your technical knowledge.
You should still find time to keep your knowledge as up to date as you can, but you should expect some members of your team to have a deeper, more specialised knowledge of their areas of responsibility than you have.
It is normal for new managers to worry about this kind of thing, but you have different responsibilities now and you will be measured against a different yard stick.
Your reputation in the company and your chances of further promotion will now depend on how you manage your team and on their performance under your guidance.
In my experience only inept, paranoid managers worry about members of their team developing more knowledge than them. I have worked for a few people like that and never enjoyed the experience. On the other hand, managers who acknowledged my strengths and asked my opinion/advice on matters I had knowledge in were a delight to work for. As a result I worked harder, learned more and was happier in my work.
edited Feb 22 '14 at 2:53
answered Feb 22 '14 at 2:30
vascowhite
656410
656410
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
add a comment |Â
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
Great answer, especially "only inept, paranoid managers worry about members of their team developing more knowledge than them."
– Careerasaurus.com
Oct 2 '15 at 14:10
add a comment |Â
up vote
11
down vote
If any member of your team didn’t grow professionally, that would be a bad sign for your management style and skills. If anything, push them to learn!
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
Why would you learn technical updates? You have such an amazing wide field to learn on how to be a good manager, that can easily fill a life time.
Is it still part of your job to perform the technical tasks? If yes, you are in a very uncomfortable in-between place, not really management – in a good organisation, you are only ever doing one of these jobs at a time. If not, why would you worry about training yourself there?
You need enough expertise to judge the results of your people so you can appraise who needs help (not from you, but from more experienced peers) and who can mentor them – and then you can do management’s primary job, namely removing all the obstacles that stop your people from doing theirs.
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
add a comment |Â
up vote
11
down vote
If any member of your team didn’t grow professionally, that would be a bad sign for your management style and skills. If anything, push them to learn!
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
Why would you learn technical updates? You have such an amazing wide field to learn on how to be a good manager, that can easily fill a life time.
Is it still part of your job to perform the technical tasks? If yes, you are in a very uncomfortable in-between place, not really management – in a good organisation, you are only ever doing one of these jobs at a time. If not, why would you worry about training yourself there?
You need enough expertise to judge the results of your people so you can appraise who needs help (not from you, but from more experienced peers) and who can mentor them – and then you can do management’s primary job, namely removing all the obstacles that stop your people from doing theirs.
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
add a comment |Â
up vote
11
down vote
up vote
11
down vote
If any member of your team didn’t grow professionally, that would be a bad sign for your management style and skills. If anything, push them to learn!
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
Why would you learn technical updates? You have such an amazing wide field to learn on how to be a good manager, that can easily fill a life time.
Is it still part of your job to perform the technical tasks? If yes, you are in a very uncomfortable in-between place, not really management – in a good organisation, you are only ever doing one of these jobs at a time. If not, why would you worry about training yourself there?
You need enough expertise to judge the results of your people so you can appraise who needs help (not from you, but from more experienced peers) and who can mentor them – and then you can do management’s primary job, namely removing all the obstacles that stop your people from doing theirs.
If any member of your team didn’t grow professionally, that would be a bad sign for your management style and skills. If anything, push them to learn!
The main reason I ask this is that I simply have no more time to train myself and work on improving my own skills and knowledge in the area. I am virtually full time focused on more higher level issues rather than learning technical updates.
Why would you learn technical updates? You have such an amazing wide field to learn on how to be a good manager, that can easily fill a life time.
Is it still part of your job to perform the technical tasks? If yes, you are in a very uncomfortable in-between place, not really management – in a good organisation, you are only ever doing one of these jobs at a time. If not, why would you worry about training yourself there?
You need enough expertise to judge the results of your people so you can appraise who needs help (not from you, but from more experienced peers) and who can mentor them – and then you can do management’s primary job, namely removing all the obstacles that stop your people from doing theirs.
edited Feb 22 '14 at 20:30
jmort253♦
10.4k54376
10.4k54376
answered Feb 22 '14 at 9:55
Christopher Creutzig
26114
26114
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
add a comment |Â
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
3
3
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
Especially in smaller companies, it is quite normal for someone to mix management/project leader roles with technical work. Also, many senior engineer roles include some management.
– Paul Hiemstra
Feb 22 '14 at 11:31
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
@Paulhiemstra Sure, but the question sounds like there is more than one level of management. I did think about the small ten-people company and if what I wrote was fair to them – I think it is, but I fully agree that some people may need to mix between two or more different jobs. I just think they should try and keep them separated mentally.
– Christopher Creutzig
Feb 22 '14 at 14:44
add a comment |Â
up vote
2
down vote
Management is all about coordinating and motivating a group of people. A managers job isn't to know all the ins and outs of the field they are in. That is why you have technical experts whose job it is to know the technology. Trust them; if for some reason you can't then you need to find the people you can.
Your job is all about making sure that your people have the right overall direction and everything necessary so they can do their job. In other words, you tell them where to go and make sure nothing is going to stand in their way. This means listening to them, taking care of any issues that crop up and possibly even changing direction if it's necessary.
Your performance is now based on how well the team performs. If the team is successful, it looks good on you. If the team is struggling then this looks bad and you need to fix that. As a manager the fixes are rarely technical ones and almost always due to personalities and/or environment: which you now have control over.
So, let go of trying to stay on top with the latest/greatest tech items; that's what your people are for.
add a comment |Â
up vote
2
down vote
Management is all about coordinating and motivating a group of people. A managers job isn't to know all the ins and outs of the field they are in. That is why you have technical experts whose job it is to know the technology. Trust them; if for some reason you can't then you need to find the people you can.
Your job is all about making sure that your people have the right overall direction and everything necessary so they can do their job. In other words, you tell them where to go and make sure nothing is going to stand in their way. This means listening to them, taking care of any issues that crop up and possibly even changing direction if it's necessary.
Your performance is now based on how well the team performs. If the team is successful, it looks good on you. If the team is struggling then this looks bad and you need to fix that. As a manager the fixes are rarely technical ones and almost always due to personalities and/or environment: which you now have control over.
So, let go of trying to stay on top with the latest/greatest tech items; that's what your people are for.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Management is all about coordinating and motivating a group of people. A managers job isn't to know all the ins and outs of the field they are in. That is why you have technical experts whose job it is to know the technology. Trust them; if for some reason you can't then you need to find the people you can.
Your job is all about making sure that your people have the right overall direction and everything necessary so they can do their job. In other words, you tell them where to go and make sure nothing is going to stand in their way. This means listening to them, taking care of any issues that crop up and possibly even changing direction if it's necessary.
Your performance is now based on how well the team performs. If the team is successful, it looks good on you. If the team is struggling then this looks bad and you need to fix that. As a manager the fixes are rarely technical ones and almost always due to personalities and/or environment: which you now have control over.
So, let go of trying to stay on top with the latest/greatest tech items; that's what your people are for.
Management is all about coordinating and motivating a group of people. A managers job isn't to know all the ins and outs of the field they are in. That is why you have technical experts whose job it is to know the technology. Trust them; if for some reason you can't then you need to find the people you can.
Your job is all about making sure that your people have the right overall direction and everything necessary so they can do their job. In other words, you tell them where to go and make sure nothing is going to stand in their way. This means listening to them, taking care of any issues that crop up and possibly even changing direction if it's necessary.
Your performance is now based on how well the team performs. If the team is successful, it looks good on you. If the team is struggling then this looks bad and you need to fix that. As a manager the fixes are rarely technical ones and almost always due to personalities and/or environment: which you now have control over.
So, let go of trying to stay on top with the latest/greatest tech items; that's what your people are for.
edited Feb 23 '14 at 15:53
answered Feb 22 '14 at 17:36
NotMe
20.9k55695
20.9k55695
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f19562%2fis-it-bad-to-allow-my-team-to-develop-more-knowledge-and-skills-than-i%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password