{"id":308,"date":"2023-10-25T09:26:00","date_gmt":"2023-10-25T13:26:00","guid":{"rendered":"https:\/\/inside.wooster.edu\/writing\/?p=308"},"modified":"2023-11-17T15:10:39","modified_gmt":"2023-11-17T20:10:39","slug":"all-you-need-is-a-priming-read","status":"publish","type":"post","link":"https:\/\/inside.wooster.edu\/writing\/all-you-need-is-a-priming-read\/","title":{"rendered":"All\u00a0You Need Is A Priming Read"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">by Fareeda Abu-Juam &#8217;24<\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-right is-layout-flex wp-container-core-group-is-layout-2b4002ad wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:62%\">\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I love metaphors in stories, especially where they aren\u2019t supposed to make sense. There\u2019s nothing better than reading about why writing is like KFC, or why writing feels like eating a flower. Better yet, writing could be like eating KFC&nbsp;<strong><em>and<\/em>&nbsp;<\/strong>a flower. Given that, I think it\u2019s fair to compare writing to one of my favorite tools: programming. To be specific, this is a short anecdote about how writing is like a while loop, and as such my presentation of why all you need is a&nbsp;<strong><em>priming read<\/em><\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A while loop is a powerful tool in computer science that allows you to dole out a repetitive task to a computer. It works like this \u2013 ignore the semantics of the curly brackets below:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:38%\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"409\" height=\"409\" src=\"https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Picture1-1.png\" alt=\"\" class=\"wp-image-311\" srcset=\"https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Picture1-1.png 409w, https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Picture1-1-300x300.png 300w, https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Picture1-1-150x150.png 150w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-size:7px\">Peterson, Emily. Ask Chef Emily: How Do I Deal With My Picky Kids at Dinnertime? 13 Jan. 2017, https:\/\/www.edibleeastend.com\/2017\/01\/13\/ask-chef-emily-how-do-i-deal-with-my-picky-kids-at-dinnertime\/.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">You propose a condition:<\/li>\n<\/ul>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>While (eating a pickle) {<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">You propose a set of actions to keep going if that condition is true:<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-524f8de7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>Draw a smiley face;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>}<\/strong><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"470\" height=\"455\" src=\"https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Pickles.png\" alt=\"\" class=\"wp-image-310 size-full\" srcset=\"https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Pickles.png 470w, https:\/\/inside.wooster.edu\/writing\/wp-content\/uploads\/sites\/44\/2023\/10\/Pickles-300x290.png 300w\" sizes=\"auto, (max-width: 470px) 100vw, 470px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-medium-font-size wp-block-paragraph\">And the resultant action is a program that continues to draw a smiley face so long as you eat that pickle. Once you stop eating your pickle, you\u2019re done. The only problem is, have you started eating a pickle? (I know this is getting quite arbitrary but bear with this metaphor). No, you haven\u2019t, the first step we forgot to add is that you need to start eating a pickle first, which is something we call a priming read. So, the code should read:<\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>Eat pickle;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        While (eating pickle) {<\/strong><\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-4fc3f8e1 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-4fc3f8e1 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>Draw a smiley face;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong> }<\/strong><\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Essentially a priming read is the variable that allows you to start your loop. Without it the loop never begins, and nothing gets done.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">That\u2019s how writing works for me but in this case the loop is:<\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>Write a bad draft;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>&nbsp;&nbsp;&nbsp;&nbsp; While (draft is bad) {<\/strong><\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-524f8de7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>Edit;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"><strong>}<\/strong><\/p>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Whenever I start writing, that first initial step of writing a draft is the hardest. I\u2019m scared to have a bad draft, even though I\u2019ve worked as a consultant for over a year now. It\u2019s hard to have something you worked hard on seem terrible especially when you tried your best. However, it\u2019s even harder to get to a finished product if you never start out. The truth is good essays need bad first drafts; bad in the sense that they are bad in comparison to your final product. Through refining our essays we\u2019re able to reach better works that truly reflect what we want to say.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I started off this essay three different ways with multiple angles, but never actually wrote anything down because I wanted this piece of creative work to be good the first time. However, it meant I could never start my while loop of editing and editing and editing, without my first priming read where I wrote a bad first draft.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>So remember, all you need is a priming read when you\u2019re struggling to write.&nbsp;<\/strong><strong><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>by Fareeda Abu-Juam &#8217;24 I love metaphors in stories, especially where they aren\u2019t supposed to make sense. There\u2019s nothing better than reading about why writing is like KFC, or why writing feels like eating a flower. Better yet, writing could be like eating KFC&nbsp;and&nbsp;a flower. Given that, I think it\u2019s fair to compare writing to [&hellip;]<\/p>\n","protected":false},"author":65,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-308","post","type-post","status-publish","format-standard","hentry","category-writing-blog"],"_links":{"self":[{"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/posts\/308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/comments?post=308"}],"version-history":[{"count":11,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/posts\/308\/revisions"}],"predecessor-version":[{"id":324,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/posts\/308\/revisions\/324"}],"wp:attachment":[{"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/media?parent=308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/categories?post=308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inside.wooster.edu\/writing\/wp-json\/wp\/v2\/tags?post=308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}