<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: LisaMLorenz</title>
    <description>The latest articles on DEV Community by LisaMLorenz (@lisamlorenz).</description>
    <link>https://dev.to/lisamlorenz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F952305%2Ff81a40b0-34dd-460e-afe3-5e55c27e9868.png</url>
      <title>DEV Community: LisaMLorenz</title>
      <link>https://dev.to/lisamlorenz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lisamlorenz"/>
    <language>en</language>
    <item>
      <title>Thinking about Pseudo Coding on a Sunday morning</title>
      <dc:creator>LisaMLorenz</dc:creator>
      <pubDate>Sun, 23 Oct 2022 10:14:52 +0000</pubDate>
      <link>https://dev.to/lisamlorenz/thinking-about-pseudo-coding-on-a-sunday-morning-6kp</link>
      <guid>https://dev.to/lisamlorenz/thinking-about-pseudo-coding-on-a-sunday-morning-6kp</guid>
      <description>&lt;p&gt;I just woke up and instead of putting my head down to study coding I went to put away the clean laundry that's drying on a rack. But can I use these chores to train my brain in coding? Absolutely, as the lesson told my I just watched!&lt;/p&gt;

&lt;p&gt;Decomposition/Pattern Recognition/Abstraction/Algorithm&lt;/p&gt;

&lt;p&gt;//Decomposition: Put away the dry clothes&lt;br&gt;
//Put away my own clothes&lt;br&gt;
//Put away my partner's clothes (don't worry, we take turns)&lt;br&gt;
//Put away socks&lt;/p&gt;

&lt;p&gt;//Pattern Recognition:&lt;br&gt;
//My clothes go into my own wardrobe&lt;br&gt;
//My partners' go into his&lt;br&gt;
//All socks go into a box inside my partner's wardrobe&lt;/p&gt;

&lt;p&gt;//Abstraction&lt;br&gt;
//Ignore clothes that are still a bit damp.&lt;/p&gt;

&lt;p&gt;//Sequence:&lt;br&gt;
//Put away all clothes.&lt;br&gt;
//  Conditional: if(piece of clothing is not clean){ &lt;br&gt;
//               put it inthe laundry basket&lt;br&gt;
//          }else if(a piece of clothing is mine){&lt;br&gt;
//          put folded piece in my wardrobe&lt;br&gt;
//          }else if{&lt;br&gt;
//          put folded piece in my partner's wardrobe&lt;br&gt;
//          }&lt;br&gt;
//  Loop: (for all socks on the drying rack){&lt;br&gt;
//     put in partner's wardrobe but in a separate drawer&lt;br&gt;
//     }&lt;/p&gt;

&lt;p&gt;I think this makes sense? Will try to play this through in my head of other activities. It's fun :)&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
  </channel>
</rss>
