What is the appropriate way to give your boss a book on management techniques?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
22
down vote
favorite
I've read Rework (by David Heinemeier Hansson and Jason Fried) and found that it has some really good points about ASAP, meetings, etc. I've found that this book addresses many mistakes that are regularly practiced at my daily job.
My boss is hosting an annual BBQ party soon. Is it wrong if I give a copy of this book to my boss as a gift at the party? I'm afraid he might interpret it as an insult ("Hey, here is a management book! Go read it to learn how to manage us!"), but I feel that, if taken constructively, the book could be very helpful.
What is the best way to give the book to my boss (e.g., at the party, in the workplace)? Is there any way to do it such that it is not inappropriate?
management
migrated from programmers.stackexchange.com Aug 6 '13 at 19:53
This question came from our site for professionals, academics, and students working within the systems development life cycle.
add a comment |Â
up vote
22
down vote
favorite
I've read Rework (by David Heinemeier Hansson and Jason Fried) and found that it has some really good points about ASAP, meetings, etc. I've found that this book addresses many mistakes that are regularly practiced at my daily job.
My boss is hosting an annual BBQ party soon. Is it wrong if I give a copy of this book to my boss as a gift at the party? I'm afraid he might interpret it as an insult ("Hey, here is a management book! Go read it to learn how to manage us!"), but I feel that, if taken constructively, the book could be very helpful.
What is the best way to give the book to my boss (e.g., at the party, in the workplace)? Is there any way to do it such that it is not inappropriate?
management
migrated from programmers.stackexchange.com Aug 6 '13 at 19:53
This question came from our site for professionals, academics, and students working within the systems development life cycle.
add a comment |Â
up vote
22
down vote
favorite
up vote
22
down vote
favorite
I've read Rework (by David Heinemeier Hansson and Jason Fried) and found that it has some really good points about ASAP, meetings, etc. I've found that this book addresses many mistakes that are regularly practiced at my daily job.
My boss is hosting an annual BBQ party soon. Is it wrong if I give a copy of this book to my boss as a gift at the party? I'm afraid he might interpret it as an insult ("Hey, here is a management book! Go read it to learn how to manage us!"), but I feel that, if taken constructively, the book could be very helpful.
What is the best way to give the book to my boss (e.g., at the party, in the workplace)? Is there any way to do it such that it is not inappropriate?
management
I've read Rework (by David Heinemeier Hansson and Jason Fried) and found that it has some really good points about ASAP, meetings, etc. I've found that this book addresses many mistakes that are regularly practiced at my daily job.
My boss is hosting an annual BBQ party soon. Is it wrong if I give a copy of this book to my boss as a gift at the party? I'm afraid he might interpret it as an insult ("Hey, here is a management book! Go read it to learn how to manage us!"), but I feel that, if taken constructively, the book could be very helpful.
What is the best way to give the book to my boss (e.g., at the party, in the workplace)? Is there any way to do it such that it is not inappropriate?
management
edited Sep 1 '15 at 14:20


IDrinkandIKnowThings
43.9k1398188
43.9k1398188
asked Aug 6 '13 at 18:12
EricFromSouthPark
26847
26847
migrated from programmers.stackexchange.com Aug 6 '13 at 19:53
This question came from our site for professionals, academics, and students working within the systems development life cycle.
migrated from programmers.stackexchange.com Aug 6 '13 at 19:53
This question came from our site for professionals, academics, and students working within the systems development life cycle.
add a comment |Â
add a comment |Â
5 Answers
5
active
oldest
votes
up vote
19
down vote
accepted
Have you ever had a discussion with your boss about a management book you've read? If she was interested, you may have suggested letting her borrow it. That would give you an indication of how this person feels about business books or reading in general. An office full of them would be another indicator that they are almost a collector. I might give a copy as a gift to this person, but never without strong indications they wouldn't be offended or not interestd.
add a comment |Â
up vote
22
down vote
Directly suggest one process change at a time. Maybe tell him you read about it in that book. If he's not open to suggestions, he won't be open to reading a book either.
add a comment |Â
up vote
7
down vote
Many years ago, I gave my boss a copy of Peters' & Waterman's In Search of Excellence. I delivered it along with a recommendation - "They've got some great things to say about why the things we tried to do here didn't work." But he already understood that the things we were trying to do weren't working. If you're trying to tell your boss that he's doing something wrong, you're likely to be less successful than I was.
add a comment |Â
up vote
7
down vote
While it may be inadvisable to give a book like this to your boss, I think it depends on the type of person your boss is. If you know that your boss is someone who loves self-help management books and has "The One-minute Manager" and "Am I the only Sane One Working Here?" on his/her bookshelf already, this would be totally fine. If this is your way of trying to get him/her to change or improve management styles... then probably not.
add a comment |Â
up vote
1
down vote
This very much depends on your manager and relationship with him. If he's friendly, open to new ideas and unlikely to take things personally, you're probably okay - but I'd perhaps mention it to him first informally and see how he responds to the idea of "Loaning him your copy to read", as it has some techniques you really feel could improve processes at the company/within the team. If he responds well to this, you could consider giving him a copy, otherwise drop it.
Done wrongly, you will run a significant chance of offending your manager as you could be seen as suggesting he is doing his job poorly.
If in doubt, bring a bottle of wine instead.
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();
);
);
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
19
down vote
accepted
Have you ever had a discussion with your boss about a management book you've read? If she was interested, you may have suggested letting her borrow it. That would give you an indication of how this person feels about business books or reading in general. An office full of them would be another indicator that they are almost a collector. I might give a copy as a gift to this person, but never without strong indications they wouldn't be offended or not interestd.
add a comment |Â
up vote
19
down vote
accepted
Have you ever had a discussion with your boss about a management book you've read? If she was interested, you may have suggested letting her borrow it. That would give you an indication of how this person feels about business books or reading in general. An office full of them would be another indicator that they are almost a collector. I might give a copy as a gift to this person, but never without strong indications they wouldn't be offended or not interestd.
add a comment |Â
up vote
19
down vote
accepted
up vote
19
down vote
accepted
Have you ever had a discussion with your boss about a management book you've read? If she was interested, you may have suggested letting her borrow it. That would give you an indication of how this person feels about business books or reading in general. An office full of them would be another indicator that they are almost a collector. I might give a copy as a gift to this person, but never without strong indications they wouldn't be offended or not interestd.
Have you ever had a discussion with your boss about a management book you've read? If she was interested, you may have suggested letting her borrow it. That would give you an indication of how this person feels about business books or reading in general. An office full of them would be another indicator that they are almost a collector. I might give a copy as a gift to this person, but never without strong indications they wouldn't be offended or not interestd.
answered Aug 9 '13 at 14:18
user8365
add a comment |Â
add a comment |Â
up vote
22
down vote
Directly suggest one process change at a time. Maybe tell him you read about it in that book. If he's not open to suggestions, he won't be open to reading a book either.
add a comment |Â
up vote
22
down vote
Directly suggest one process change at a time. Maybe tell him you read about it in that book. If he's not open to suggestions, he won't be open to reading a book either.
add a comment |Â
up vote
22
down vote
up vote
22
down vote
Directly suggest one process change at a time. Maybe tell him you read about it in that book. If he's not open to suggestions, he won't be open to reading a book either.
Directly suggest one process change at a time. Maybe tell him you read about it in that book. If he's not open to suggestions, he won't be open to reading a book either.
answered Aug 6 '13 at 20:26
kevin cline
15.6k43861
15.6k43861
add a comment |Â
add a comment |Â
up vote
7
down vote
Many years ago, I gave my boss a copy of Peters' & Waterman's In Search of Excellence. I delivered it along with a recommendation - "They've got some great things to say about why the things we tried to do here didn't work." But he already understood that the things we were trying to do weren't working. If you're trying to tell your boss that he's doing something wrong, you're likely to be less successful than I was.
add a comment |Â
up vote
7
down vote
Many years ago, I gave my boss a copy of Peters' & Waterman's In Search of Excellence. I delivered it along with a recommendation - "They've got some great things to say about why the things we tried to do here didn't work." But he already understood that the things we were trying to do weren't working. If you're trying to tell your boss that he's doing something wrong, you're likely to be less successful than I was.
add a comment |Â
up vote
7
down vote
up vote
7
down vote
Many years ago, I gave my boss a copy of Peters' & Waterman's In Search of Excellence. I delivered it along with a recommendation - "They've got some great things to say about why the things we tried to do here didn't work." But he already understood that the things we were trying to do weren't working. If you're trying to tell your boss that he's doing something wrong, you're likely to be less successful than I was.
Many years ago, I gave my boss a copy of Peters' & Waterman's In Search of Excellence. I delivered it along with a recommendation - "They've got some great things to say about why the things we tried to do here didn't work." But he already understood that the things we were trying to do weren't working. If you're trying to tell your boss that he's doing something wrong, you're likely to be less successful than I was.
answered Aug 6 '13 at 23:47
Ross Patterson
45127
45127
add a comment |Â
add a comment |Â
up vote
7
down vote
While it may be inadvisable to give a book like this to your boss, I think it depends on the type of person your boss is. If you know that your boss is someone who loves self-help management books and has "The One-minute Manager" and "Am I the only Sane One Working Here?" on his/her bookshelf already, this would be totally fine. If this is your way of trying to get him/her to change or improve management styles... then probably not.
add a comment |Â
up vote
7
down vote
While it may be inadvisable to give a book like this to your boss, I think it depends on the type of person your boss is. If you know that your boss is someone who loves self-help management books and has "The One-minute Manager" and "Am I the only Sane One Working Here?" on his/her bookshelf already, this would be totally fine. If this is your way of trying to get him/her to change or improve management styles... then probably not.
add a comment |Â
up vote
7
down vote
up vote
7
down vote
While it may be inadvisable to give a book like this to your boss, I think it depends on the type of person your boss is. If you know that your boss is someone who loves self-help management books and has "The One-minute Manager" and "Am I the only Sane One Working Here?" on his/her bookshelf already, this would be totally fine. If this is your way of trying to get him/her to change or improve management styles... then probably not.
While it may be inadvisable to give a book like this to your boss, I think it depends on the type of person your boss is. If you know that your boss is someone who loves self-help management books and has "The One-minute Manager" and "Am I the only Sane One Working Here?" on his/her bookshelf already, this would be totally fine. If this is your way of trying to get him/her to change or improve management styles... then probably not.
answered Aug 7 '13 at 0:10
Irwin
97631422
97631422
add a comment |Â
add a comment |Â
up vote
1
down vote
This very much depends on your manager and relationship with him. If he's friendly, open to new ideas and unlikely to take things personally, you're probably okay - but I'd perhaps mention it to him first informally and see how he responds to the idea of "Loaning him your copy to read", as it has some techniques you really feel could improve processes at the company/within the team. If he responds well to this, you could consider giving him a copy, otherwise drop it.
Done wrongly, you will run a significant chance of offending your manager as you could be seen as suggesting he is doing his job poorly.
If in doubt, bring a bottle of wine instead.
add a comment |Â
up vote
1
down vote
This very much depends on your manager and relationship with him. If he's friendly, open to new ideas and unlikely to take things personally, you're probably okay - but I'd perhaps mention it to him first informally and see how he responds to the idea of "Loaning him your copy to read", as it has some techniques you really feel could improve processes at the company/within the team. If he responds well to this, you could consider giving him a copy, otherwise drop it.
Done wrongly, you will run a significant chance of offending your manager as you could be seen as suggesting he is doing his job poorly.
If in doubt, bring a bottle of wine instead.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
This very much depends on your manager and relationship with him. If he's friendly, open to new ideas and unlikely to take things personally, you're probably okay - but I'd perhaps mention it to him first informally and see how he responds to the idea of "Loaning him your copy to read", as it has some techniques you really feel could improve processes at the company/within the team. If he responds well to this, you could consider giving him a copy, otherwise drop it.
Done wrongly, you will run a significant chance of offending your manager as you could be seen as suggesting he is doing his job poorly.
If in doubt, bring a bottle of wine instead.
This very much depends on your manager and relationship with him. If he's friendly, open to new ideas and unlikely to take things personally, you're probably okay - but I'd perhaps mention it to him first informally and see how he responds to the idea of "Loaning him your copy to read", as it has some techniques you really feel could improve processes at the company/within the team. If he responds well to this, you could consider giving him a copy, otherwise drop it.
Done wrongly, you will run a significant chance of offending your manager as you could be seen as suggesting he is doing his job poorly.
If in doubt, bring a bottle of wine instead.
answered Sep 1 '15 at 12:15
Jon Story
6,49022045
6,49022045
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%2f13667%2fwhat-is-the-appropriate-way-to-give-your-boss-a-book-on-management-techniques%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