{"id":27468,"date":"2018-02-07T10:00:31","date_gmt":"2018-02-07T15:00:31","guid":{"rendered":"https:\/\/simpleprogrammer.com\/?p=27468"},"modified":"2018-02-07T06:14:33","modified_gmt":"2018-02-07T11:14:33","slug":"coaching-programmers","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/coaching-programmers\/","title":{"rendered":"How to Coach: A Programmers Cheat Sheet"},"content":{"rendered":"<p><em><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-27480 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach-square.png\" alt=\"\" width=\"284\" height=\"284\" \/>&#8220;The effect you have on others is the most valuable currency there is.&#8221; \u2014 Jim Carrey<\/em><\/p>\n<p>At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, <a href=\"https:\/\/simpleprogrammer.com\/2018\/01\/22\/accidentally-lead-developer\/\">we end up in a leadership role, almost as if by accident<\/a>.<\/p>\n<p>Only a few months into my first job I remember telling my boss that I felt like I was teaching a lot. I\u2019d like to say it was a natural inclination towards teaching, but I don\u2019t think that\u2019s it. Because of the nature of the field of technology, teaching and coaching others is an inherent part of what we do. Even if we\u2019re really new to the field.<\/p>\n<p>Coaching might not be perceived by most developers as a \u201crequired skill.\u201d But programmers who do have the aptitude, patience, and willingness to coach have an untapped superpower. If you are willing to use that superpower to help others on your team or at your company grow and develop, you will stand out from the crowd. In addition to working with a more cohesive and happy team and increasing your own job satisfaction, being a coaching hero means you are more likely to get recognized for your work and maybe get a raise (or two!).<\/p>\n<p>Even superheroes need a plan. If you\u2019re going to be a coaching hero, there are a few simple things you need to know to do it well. I\u2019m going to give you a plan \u2014 a cheat sheet, if you will \u2014 with everything you need to know to coach your fellow programmers.<\/p>\n<h2>But I Can\u2019t Coach. (Right?)<\/h2>\n<p>Maybe you\u2019re a little skeptical, thinking that you don\u2019t know enough to coach. Coaches have to have years in the field, or multiple degrees, or something like that. If you think this way, you\u2019re not alone. A surprising misconception about coaching is that you need to know everything about a subject first. In reality, you don\u2019t.<\/p>\n<p>And yes \u2014 you <em>did <\/em>read that correctly. I\u2019ll say it again because it warrants the emphasis: You don\u2019t need to know everything about the subject area in order to coach. I hope I haven\u2019t confused you, but in case I did, let\u2019s look at what a coach actually does.<\/p>\n<p>A coach is someone who is armed with one weapon only: <a href=\"https:\/\/thedevcoach.co.uk\/5-tips-on-how-to-ask-powerful-questions-to-get-powerful-answers\/\">Questions<\/a>.<\/p>\n<h2>Coaching Programmers Using the Socratic Method<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-27483 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/was-about-or-why-it-was-relevant-to-programming-Coaching-Programmers-Using-the-Socratic-Method-1.png\" alt=\"\" width=\"278\" height=\"278\" \/>I first discovered the Socratic method when I worked for the technology mentoring company<a href=\"http:\/\/www.thinkful.com\/\"> Thinkful<\/a>. In their mentor welcome pack, they talked about something called <a href=\"https:\/\/en.wikipedia.org\/wiki\/Socratic_method\">The Socratic Method<\/a>. I\u2019d heard of it mentioned before in programming talks but hadn\u2019t really understood what it was about or why it was relevant to programming.<\/p>\n<p>The Socratic method of teaching means <a href=\"https:\/\/thedevcoach.co.uk\/what-the-hell-is-the-socratic-method-and-why-as-a-developers-you-should-care\/\">to teach via questioning<\/a>. Rather than answering questions directly, you guide the individual by asking questions that force them to think through the problem themselves. It takes an element of self-restraint to hold back on trying to give advice but to instead guide the other person. To understand the Socratic Method better, let\u2019s take a look at an example:<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee:<\/strong> &#8220;I have been trying to solve this bug; do you mind giving me a hand?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coach:<\/strong> &#8220;Sure, why don&#8217;t we start by telling me what you&#8217;ve tried so far?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee:<\/strong> &#8220;Okay, I&#8217;ve been writing this function that multiplies two numbers together.&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coach:<\/strong> &#8220;Right, and what else?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee:<\/strong> &#8220;Well, I expect it to return the number, but instead it returns a weird string error: NaN.&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coach<\/strong>: &#8220;Okay, and do you know what NaN is?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee:<\/strong> &#8220;Er, I&#8217;m not sure.&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coach:<\/strong> &#8220;Okay, well if I told you it was an acronym and that one of the words is &#8216;number,&#8217; would that help?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee: <\/strong>&#8220;Not-A-Number!&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coach:<\/strong> &#8220;Right! And do you know why it might be throwing that error?&#8221;<\/p>\n<p style=\"padding-left: 60px;\"><strong>Coachee:<\/strong> &#8220;Ah, the second variable is a string, not a number, so when they\u2019re added together it returns NaN \u2014 that&#8217;s why it&#8217;s erroring!&#8221;<\/p>\n<p>In the example, you can see that the coach didn&#8217;t jump in and solve the problem for the individual. Somewhat counterintuitively, when we jump in to solve problems it can create a sense of reliance in the long run.<\/p>\n<p>The goal of a coach should be to liberate our co-workers so that they can do their job, not make them rely on us to be there all the time to solve all their problems. It might feel nice to be the go-to guy for a little while, but when you\u2019ve got an army of 20 junior developers bombarding you with prods and Slack messages, you might come to regret what was a well-intentioned effort at helping.<\/p>\n<p>This method isn\u2019t just a better way of teaching; I\u2019ve seen entire businesses grind to a halt because individual programmers \u201csolved\u201d problems for other programmers rather than <em>liberating<\/em> them to solve their own problems. In programming, this human-bottleneck is called <a href=\"http:\/\/devopsdictionary.com\/wiki\/Brent\">Brent<\/a>, after the character in the famous novel <em><a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/0988262509\/makithecompsi-20\">The Phoenix Project<\/a><\/em> who is called in to firefight every problem. Brent gets burnt out, disgruntled, and becomes not such a great guy to be around.<\/p>\n<p>Be smart \u2014 don\u2019t be like Brent.<\/p>\n<h2>Two Types of Coaching<\/h2>\n<p>I like to think about coaching as two different types: coaching for development and coaching for performance.<\/p>\n<p>Coaching for development is the slower type of coaching. Coaching for development is focused on developing long-term skills and relationships, and it usually happens in a one-to-one setting.<\/p>\n<p>But it doesn\u2019t always have to be that formal. The more intuitive you get with your coaching, the more you\u2019ll see opportunities in your everyday routine. It\u2019s the little moments, like walking to lunch, during a code-review, or following a meeting that you might get a chance to flex your coaching muscles. The informality of these situations can even play into your favor as the person you\u2019re talking to might be so at ease they don\u2019t even realize you\u2019re practicing your coaching Jedi-mind tricks.<\/p>\n<p>The second type of coaching, performance coaching, is more spur-of-the-moment. You\u2019re giving one-off bits of feedback. These are less strategic in approach and more tactical, like a real-time correction of the rudder of a ship when it might have drifted slightly off course.<\/p>\n<p>A real example of this type could be giving a colleague feedback on their sprint demo straight after it\u2019s happened. Or it could be giving feedback on how they dealt with an area of confrontation.<\/p>\n<p>And now for the promised cheat sheet, which will help us with both of these types of coaching.<\/p>\n<h2>Your Five-Question Coaching Cheat Sheet<\/h2>\n<p>Okay, I\u2019ve brought you with me this far, but now we\u2019re going to have to do some strategic borrowing for our cheat sheet. To borrow Isaac Newton\u2019s words, we\u2019re going to have to \u201cstand on the shoulders of giants.\u201d<\/p>\n<p>Standing on the shoulders of giants is precisely what we\u2019re about to do. Whose shoulders? That of coaching extraordinaire, author, and owner of coaching company <a href=\"http:\/\/boxofcrayons.com\">Box of Crayons<\/a>, Michael Bungay Stanier. In his book, <em><a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/0978440749\/makithecompsi-20\">The Coaching Habit<\/a><\/em>, Stanier lays out seven strategic coaching questions we can use to become better coaches. Today we\u2019ll look at just the first five.<\/p>\n<p>I\u2019ve used these questions in everyday interactions and also in one-to-one sessions with the developers that I coach.<\/p>\n<p>And remember, you don\u2019t need to be a lead developer, manager or even a subject matter expert to use these questions. The best part of coaching is that anyone can use these questions. And once you know them all you can experiment and get creative in how you apply them.<\/p>\n<p>Without further ado, let\u2019s get to it!<\/p>\n<h2>Question 1: What&#8217;s on Your Mind?<\/h2>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-27482 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/question-one-how-to-coach.png\" alt=\"\" width=\"288\" height=\"288\" \/><\/h2>\n<p>This question can be a great opener to a one-to-one session. Asking what&#8217;s on your mind gives an element of freedom to the individual you are coaching to express what they feel is important. It&#8217;s not a loaded question that&#8217;s going to steer them toward a certain answer or confine them to one topic area.<\/p>\n<p>If you\u2019re not in one-to-one coaching, the question is still good for understanding the frustrations of your co-workers. When you know problems that are frustrating those around you, you can be proactive in helping out.<\/p>\n<p>The question might evoke the response: \u201cOh boy! I\u2019ve had the worst week so far; I\u2019ve been given this feature, and I have <em>no idea<\/em> where to start. I\u2019ve only been here a week and they\u2019re expecting this to get done by Friday. It\u2019s really starting to worry me!\u201d<\/p>\n<p>When you get insights like this example, you can use them to nudge your other colleague toward solving the problem with you. For example, you could let one of the other programmers know that the new person is struggling and see if they have time to offer to pair program.<\/p>\n<p>If you\u2019re not the lead developer, you might be thinking: \u201cBut this isn\u2019t really my job, is it?\u201d and maybe it does seem like a fair bit of effort. And if I\u2019m honest, this thinking is technically correct; it is a little extra work, absolutely. But, we\u2019re not in the business of doing just our job \u2014 we\u2019re in the business of doing the best for our teams and our colleagues.<\/p>\n<p>Working above and beyond is what gets us noticed and rewarded, with the added bonus of doing it through work that\u2019s fulfilling.<\/p>\n<h2>Question 2: And What Else?<\/h2>\n<p>Sometimes what\u2019s on your mind isn\u2019t enough. The first thing that comes to mind might not be your colleague\u2019s root problem. That\u2019s where you can use what Stanier calls the AWE-some question which is <em>and what else?<\/em> This method prevents our knee-jerk reaction to jump in and try and solve any immediate responses.<\/p>\n<p>We have to keep in mind that coaching is all about <a href=\"https:\/\/simpleprogrammer.com\/workplace-learning-culture\/\">being Socratic<\/a> and taming our advice monster, instead choosing to guide through inquisition.<\/p>\n<p>You can ask this question a few times to get deeper into someone&#8217;s thoughts and concerns. When you ask someone what\u2019s on their mind, they might say: \u201cI\u2019m just wondering about whether I want to implement this module with the Factory pattern or the Singleton pattern.\u201d You might be tempted at this point to jump in and download all your design pattern knowledge into the brain of this unsuspecting colleague.<\/p>\n<p>But holding off and asking <em>and what else<\/em> can lead to more insight and hopefully to them reaching a conclusion on their own. They might respond: \u201cWell, actually I\u2019m confused mainly because I\u2019ve noticed Sarah really likes the Singleton pattern whereas I know Sam doesn\u2019t; maybe it would be worth discussing the pros and cons to decide on a pattern that makes our code more aligned.\u201d<\/p>\n<p>You can see here that by giving someone the breathing space, they can then solve their own problems.<\/p>\n<p>Coach 1 &#8211; Problem 0.<\/p>\n<h2>Question 3: What&#8217;s the Real Challenge Here, for You?<\/h2>\n<p>By this point, you might have dug a little too deep, and now you\u2019re drowning in problems that your colleague has now confessed to you. Whilst therapy can be calming, our role as a coach is to help guide the person towards solutions, not encourage mindless gossip about potentially grumpy colleagues. Consider the following scenario:<\/p>\n<p style=\"padding-left: 60px;\">\u201cWell, I\u2019ve been having difficulties speaking to Craig, our product owner, the tickets he writes are so vague \u2014 I\u2019m a details person, I just need more details.\u201d<\/p>\n<p style=\"padding-left: 60px;\"><em>&#8230;And what else? <\/em><\/p>\n<p style=\"padding-left: 60px;\">\u201cAnd I\u2019m not really sure if I\u2019m even in the right role in this team anyway; maybe I should think about moving to a team where there\u2019s more detail.\u201d<\/p>\n<p style=\"padding-left: 60px;\"><em>&#8230;And what else?<\/em><\/p>\n<p style=\"padding-left: 60px;\">\u201cWell, the commute is such a pain. It takes me nearly two hours to get into work each day!\u201d<\/p>\n<p>Okay \u2014 by this point we might be veering into the woods, possibly an existential crisis, and something ultimately out of our remit as a programmer. To get back on track, we can subtly drive the conversation by asking what\u2019s the problem here <em>for you? <\/em><\/p>\n<p>By asking this question, we encourage the person to pinpoint a specific area. This area might be that they\u2019re struggling to get the appropriate level of instruction from someone in their team. With this knowledge, we can then try and encourage them to think of different ways they can solve this problem.<\/p>\n<p>Adding \u201cfor you\u201d to the \u201cand what else\u201d question prevents the focus from moving on to things that we can&#8217;t control, like external events and people. And as a coach, we can only coach the person in front of us, and unfortunately not <em>everyone<\/em> in the company.<\/p>\n<h2>Question 4: What Do You Want?<\/h2>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-27481 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/question-4-what-do-you-want.png\" alt=\"\" width=\"287\" height=\"287\" \/><\/h2>\n<p>A deceptively straightforward question: What do you want? As a coach, we want to empower our colleagues to make changes \u2014 to be in the game playing, not on the sideline judging. That\u2019s why it can help to ask the question: What do you want? Or a similar alternative: <em>What are you trying to achieve? <\/em><\/p>\n<p>If we\u2019re coaching with a programming problem, sometimes it can help to take a step back and ensure that we\u2019ve got the goal in mind. Especially for those new to programming, when we\u2019ve got quite a few code functions working together, it can be easy to lose track of the bigger picture and what we\u2019re doing. By asking <em>what are you trying to achieve<\/em>, we can help guide the programmer to think more about the end result and take a step away from the detail for a moment.<\/p>\n<h2>Question 5: How Can I Help?<\/h2>\n<p>Lastly, it can be important to extend an invitation to help. After all, so far we have just been digging for details. It\u2019s good to remind them that we are available to help, if necessary. It might be that simply by asking this question the person we\u2019re talking to replies, \u201cNo, that\u2019s fine \u2014 I\u2019d like to have a few more attempts at fixing the bug first. But if I\u2019m still stuck, I\u2019ll send you a message?\u201d<\/p>\n<p>Just offering the support is all that is needed sometimes to remind our colleagues that we\u2019re there should they need us. It\u2019s a small gesture, but it often goes a long way.<\/p>\n<h2>Choose To Be A Coach<\/h2>\n<p>With these questions as a guide, it should give you the confidence to see yourself as a coach \u2014 which you are, if you simply choose to be. Coaching is an ongoing skill. And it&#8217;s one that we can practice every day until it becomes a habit. We just need to tame our desire to give advice and simply ask a little more instead.<\/p>\n<p>And lastly, don\u2019t forget that the most liberating thing about coaching is that you don\u2019t need to know everything. Sometimes all it takes it to get someone to think out loud, and they\u2019ll find their own way to a solution. So get going; you already have what it takes.<\/p>\n<p>See you on the field, coach.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;The effect you have on others is the most valuable currency there is.&#8221; \u2014 Jim Carrey At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost&#8230;<\/p>\n","protected":false},"author":1061,"featured_media":27479,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[162229812,162229820,415,162229112,31679,162229803,4909,5895,1591],"tags":[],"class_list":["post-27468","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advice","category-community","category-guest-post","category-people-2","category-process-improvement","category-programming","category-psychology","category-self-improvement","category-teaching"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Coach: A Programmers Cheat Sheet - Simple Programmer<\/title>\n<meta name=\"description\" content=\"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpleprogrammer.com\/coaching-programmers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Coach: A Programmers Cheat Sheet - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/coaching-programmers\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-07T15:00:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"How to Coach: A Programmers Cheat Sheet\",\"datePublished\":\"2018-02-07T15:00:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/\"},\"wordCount\":2559,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/how-to-coach.png\",\"articleSection\":[\"Advice\",\"Community\",\"Guest Post\",\"People\",\"Process Improvement\",\"Programming\",\"Psychology\",\"Self Improvement\",\"Teaching\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/\",\"name\":\"How to Coach: A Programmers Cheat Sheet - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/how-to-coach.png\",\"datePublished\":\"2018-02-07T15:00:31+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/how-to-coach.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/how-to-coach.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/coaching-programmers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Coach: A Programmers Cheat Sheet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/\",\"name\":\"Simple Programmer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpleprogrammer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/author\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Coach: A Programmers Cheat Sheet - Simple Programmer","description":"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/simpleprogrammer.com\/coaching-programmers\/","og_locale":"en_US","og_type":"article","og_title":"How to Coach: A Programmers Cheat Sheet - Simple Programmer","og_description":"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?","og_url":"https:\/\/simpleprogrammer.com\/coaching-programmers\/","og_site_name":"Simple Programmer","article_published_time":"2018-02-07T15:00:31+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/"},"author":{"name":"","@id":""},"headline":"How to Coach: A Programmers Cheat Sheet","datePublished":"2018-02-07T15:00:31+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/"},"wordCount":2559,"commentCount":0,"image":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png","articleSection":["Advice","Community","Guest Post","People","Process Improvement","Programming","Psychology","Self Improvement","Teaching"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/coaching-programmers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/","url":"https:\/\/simpleprogrammer.com\/coaching-programmers\/","name":"How to Coach: A Programmers Cheat Sheet - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png","datePublished":"2018-02-07T15:00:31+00:00","author":{"@id":""},"description":"At some point in your programming career so far, you might have been asked to \u201ccoach.\u201d Most programmers get into the field to write code, and often before we know it, we end up in a leadership role, almost as if by accident. So what do you do if your responsibilities suddenly include coaching?","breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/coaching-programmers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2018\/02\/how-to-coach.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/coaching-programmers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"How to Coach: A Programmers Cheat Sheet"}]},{"@type":"WebSite","@id":"https:\/\/simpleprogrammer.com\/#website","url":"https:\/\/simpleprogrammer.com\/","name":"Simple Programmer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpleprogrammer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"","url":"https:\/\/simpleprogrammer.com\/author\/"}]}},"_links":{"self":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/27468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/users\/1061"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=27468"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/27468\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/27479"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=27468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=27468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=27468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}