{"id":6101,"date":"2015-06-25T00:45:26","date_gmt":"2015-06-25T07:45:26","guid":{"rendered":"https:\/\/www.scotthyoung.com\/blog\/?page_id=6101"},"modified":"2015-06-25T14:06:36","modified_gmt":"2015-06-25T21:06:36","slug":"bootcamp-2015-day-3","status":"publish","type":"page","link":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/","title":{"rendered":"Day 3: How to learn backwards (and why it will actually save you time)"},"content":{"rendered":"<blockquote><p>This is a temporary archive of the 2015 Learn Faster bootcamp emails. After Monday, July 6th, 2015, this will be removed. If you want to get access to the other emails in this series, please\u00c2\u00a0<a href=\"https:\/\/www.scotthyoung.com\/blog\/newsletter\/\">sign up here<\/a>.<\/p><\/blockquote>\n<p>Today is the third day in the week-long bootcamp for learning faster. Every day this week I\u2019m sending you a new strategy that I\u2019ve used to learn hard subjects better and in less time.<\/p>\n<p>In case you missed it, here were the previous two emails:<\/p>\n<p>Day 1: How to stop forgetting what you read<br \/>\n<a href=\"https:\/\/www.scotthyoung.com\/blog\/2015\/06\/22\/stop-forgetting\/\">https:\/\/www.scotthyoung.com\/blog\/2015\/06\/22\/stop-forgetting\/<\/a><\/p>\n<p>Day 2: What matters more: method or motivation? The answer might surprise you\u2026<br \/>\n<a href=\"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-2\/\">https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-2\/<\/a><\/p>\n<p>In today\u2019s lesson I\u2019m going to teach you a method of learning that originated as a way of doing software development. It may be a little strange, but I\u2019ve found it incredibly effective for saving time when learning.<\/p>\n<p>\u2014\u2014\u2014<\/p>\n<p>How often do you learn something, but when you take the test, it completely baffles you?<\/p>\n<p>This is a common problem I\u2019ve seen a lot of students face. Fortunately, it has an extremely simple fix. But it does involve you going backwards from the normal learning process, so few people take advantage of it.<\/p>\n<p>Before I explain what the method is, I want to tell you how I first found out about it. Unlike many of the strategies I\u2019ll share with you, this method didn\u2019t actually originate as a way to solve learning problems. Instead, it was used to develop software.<\/p>\n<p>The difficulty with software is that mistakes are often hard to detect. Worse, the volume of code for many projects is gigantic, very often in the millions of lines of code. Yet all it takes is a small edge case that the original programmer didn\u2019t foresee to destroy the finished product.<\/p>\n<p>As any programmer knows, a significant amount of your time is spent on debugging. Sometimes debugging will take up the majority of your time, because isolating the exact error can be difficult in a complex system. Because of the cost of debugging, many of the development methodologies programmers use aren\u2019t for solving a problem, but for reducing the burden of debugging.<\/p>\n<p>One of these debugging-reducing philosophies is known as test-driven development.<\/p>\n<p>Test-driven development is the process of creating a test which your program must pass before you write the code to actually pass it. If you make the tests thorough enough, it can ensure that your code is essentially bug-free by the time you first write it.<\/p>\n<p>An example of this might be writing a computer program that sorts a deck of cards. Before you write the code for sorting it, you could write code that tests the properties of the sorted card deck. You could make sure that the program didn\u2019t lose any of the cards, duplicate them and verifies that they are actually in the correct order.<\/p>\n<p>Test-driven development is like writing code backwards. You first write the code to verify that the solution you haven\u2019t created yet actually works.<\/p>\n<p>Yet its popularity amongst developers shows that doing things backwards can often save you headaches later.<\/p>\n<p>So what does this have to do with learning?<\/p>\n<p>The analogy here is to do test-driven learning. That means writing a (mock) final exam, before you ever attend a single lecture or open your textbook for the course.<\/p>\n<p>It means doing practice problems before reading the text. It means attempting to speak a language before you\u2019ve learned any words. It means trying to apply a skill before you\u2019ve practiced it.<\/p>\n<p>But, how do you use things you haven\u2019t learned yet?<\/p>\n<p>In most cases, you can\u2019t. Taking a mock exam for a course you\u2019ve never studied will more than likely result in an abysmal score.<\/p>\n<p>However, by taking the test first, you can make a mental assessment of how the knowledge needs to be used before you take the class. Then, once you\u2019re in the class, you\u2019re already primed to think about the knowledge in the way that will help you retake the test again.<\/p>\n<p>Let me explain how I used this in a class I\u2019m taking right now: Medical Neuroscience. (For those interested, the actual class is here: https:\/\/class.coursera.org\/medicalneuro-003\/ )<\/p>\n<p>I\u2019ve studied a lot of different subjects. My university studies were in business. During the MIT Challenge I learned a lot of math, computer science and physics. My most recent project was all about learning languages.<\/p>\n<p>But taking this class in medical neuroscience was something very different to what I had previously studied. The first section was neuroanatomy: needing to know dozens of nerves, nuclei and cortical topography by name and function. Very different and an interesting new challenge.<\/p>\n<p>The difficulty whenever you take a new course like this is that it can be hard to know exactly what you should be studying. What level of detail do I need to know the information? What kinds of questions are likely to be asked?<\/p>\n<p>The solution here is simple: take the test first. By attempting the quizzes before I take on a section, I can pick up important meta-knowledge about what\u2019s important for the class.<\/p>\n<p>In this class, for instance, I learned that a lot of the questions are organized by hypothetical patients who may have brain damage and you need to suggest assessments which could localize the site of injury. Knowing that was how it was organized, I knew to pay special attention to how function and location are related when I took the class.<\/p>\n<p>What if you don\u2019t have access to mock exams or questions?<\/p>\n<p>The best case to apply this principle is when you have easy access to large amounts of practice questions and testing material. That means it\u2019s invaluable for standardized tests or classes.<\/p>\n<p>However, with a little bit of creativity, you can use a modified version of this principle to learn almost anything.<\/p>\n<p>For practical skills you intend to use, for example, you can put yourself in a usage situation before you\u2019ve studied anything yet.<\/p>\n<p>If I\u2019m learning a foreign language, for example, I might jump right into attempting a conversation using Google Translate as backup. This lets me see which kinds of words, expressions and features of the language matter to me so when I go to study I can hone in on the right material.<\/p>\n<p>If I\u2019m learning a new programming language, I might go straight into trying to write a simple program, again, going back and forth with example code or a guide.<\/p>\n<p>Unlike normal testing situations, where you\u2019d want to avoid referencing any help, test-first learning benefits from going back and checking source material. The goal isn\u2019t to kill yourself trying to do something you haven&#8217;t learned yet, but to explore the problems a bit more deeply before you engage in more passive lectures or reading.<\/p>\n<p>Take Action Now<\/p>\n<p>If you\u2019ve read this far, I want you to take action right now. You might not be in a position where you have time to do a mock exam or test out a skill you haven\u2019t learned yet. But you can plan ahead so that the next thing you learn benefits from this approach.<\/p>\n<p>Here\u2019s what you need to do:<\/p>\n<p>1. Pick something that you\u2019re going to learn. It could be the next lesson for a class, a new subject or a skill.<\/p>\n<p>2. Decide how you could test yourself first: are there practice questions available? If not, could you look some up online? If it\u2019s a practical skill, can you pick a situation to expose yourself to an application of the idea first?<\/p>\n<p>3. Commit to spending at least 10 minutes before your next learning session practicing before you start reading or listening.<\/p>\n<p>That\u2019s it for today. Tomorrow I\u2019ll be back with another strategy you can use to learn better. At the end of this week, I\u2019ll be giving an opportunity for you to join Learning on Steroids, which will build on the tactics we\u2019re discussing in the bootcamp and give you a complete approach for learning anything more efficiently.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a temporary archive of the 2015 Learn Faster bootcamp emails. After Monday, July 6th, 2015, this will be removed. If you want to get access to the other emails in this series, please\u00c2\u00a0sign up here. Today is the third day in the week-long bootcamp for learning faster. Every day this week I\u2019m sending [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":{"0":"post-6101","1":"page","2":"type-page","3":"status-publish","5":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young\" \/>\n<meta property=\"og:description\" content=\"This is a temporary archive of the 2015 Learn Faster bootcamp emails. After Monday, July 6th, 2015, this will be removed. If you want to get access to the other emails in this series, please\u00c2\u00a0sign up here. Today is the third day in the week-long bootcamp for learning faster. Every day this week I\u2019m sending [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Scott H Young\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AuthorScottYoung\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-06-25T21:06:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@scotthyoung\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/bootcamp-2015-day-3\\\/\",\"url\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/bootcamp-2015-day-3\\\/\",\"name\":\"Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/#website\"},\"datePublished\":\"2015-06-25T07:45:26+00:00\",\"dateModified\":\"2015-06-25T21:06:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/bootcamp-2015-day-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/bootcamp-2015-day-3\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/bootcamp-2015-day-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Day 3: How to learn backwards (and why it will actually save you time)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/\",\"name\":\"Scott H Young\",\"description\":\"Learn faster, achieve more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.scotthyoung.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young","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:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/","og_locale":"en_US","og_type":"article","og_title":"Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young","og_description":"This is a temporary archive of the 2015 Learn Faster bootcamp emails. After Monday, July 6th, 2015, this will be removed. If you want to get access to the other emails in this series, please\u00c2\u00a0sign up here. Today is the third day in the week-long bootcamp for learning faster. Every day this week I\u2019m sending [&hellip;]","og_url":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/","og_site_name":"Scott H Young","article_publisher":"https:\/\/www.facebook.com\/AuthorScottYoung\/","article_modified_time":"2015-06-25T21:06:36+00:00","twitter_card":"summary_large_image","twitter_site":"@scotthyoung","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/","url":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/","name":"Day 3: How to learn backwards (and why it will actually save you time) - Scott H Young","isPartOf":{"@id":"https:\/\/www.scotthyoung.com\/blog\/#website"},"datePublished":"2015-06-25T07:45:26+00:00","dateModified":"2015-06-25T21:06:36+00:00","breadcrumb":{"@id":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.scotthyoung.com\/blog\/bootcamp-2015-day-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.scotthyoung.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Day 3: How to learn backwards (and why it will actually save you time)"}]},{"@type":"WebSite","@id":"https:\/\/www.scotthyoung.com\/blog\/#website","url":"https:\/\/www.scotthyoung.com\/blog\/","name":"Scott H Young","description":"Learn faster, achieve more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.scotthyoung.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/pages\/6101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/comments?post=6101"}],"version-history":[{"count":3,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/pages\/6101\/revisions"}],"predecessor-version":[{"id":6114,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/pages\/6101\/revisions\/6114"}],"wp:attachment":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/media?parent=6101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}