<?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: staticalliam7</title>
    <description>The latest articles on DEV Community by staticalliam7 (@staticalliam7).</description>
    <link>https://dev.to/staticalliam7</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%2F466260%2F8127df72-d182-4e31-970b-37704655033b.png</url>
      <title>DEV Community: staticalliam7</title>
      <link>https://dev.to/staticalliam7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/staticalliam7"/>
    <language>en</language>
    <item>
      <title>Github Bot?</title>
      <dc:creator>staticalliam7</dc:creator>
      <pubDate>Wed, 17 Nov 2021 18:11:32 +0000</pubDate>
      <link>https://dev.to/staticalliam7/github-bot-384a</link>
      <guid>https://dev.to/staticalliam7/github-bot-384a</guid>
      <description>&lt;p&gt;Anyone have an idea how I would make a github bot user?&lt;br&gt;
The way I would want mine to work:&lt;br&gt;
Runs on a discord bot&lt;br&gt;
Issues can be made to a repo through a command (!bugreport)&lt;br&gt;
Bot creates a issue based on the user input&lt;/p&gt;

</description>
      <category>questions</category>
      <category>github</category>
      <category>javascript</category>
    </item>
    <item>
      <title>C#: the basics</title>
      <dc:creator>staticalliam7</dc:creator>
      <pubDate>Wed, 09 Sep 2020 13:22:00 +0000</pubDate>
      <link>https://dev.to/staticalliam7/c-the-basics-5fp5</link>
      <guid>https://dev.to/staticalliam7/c-the-basics-5fp5</guid>
      <description>&lt;h1&gt;
  
  
  Hello Guys!
&lt;/h1&gt;

&lt;p&gt;Ok, so today I'm going to introduce the theoretical stuff of C# (btw this &lt;strong&gt;&lt;em&gt;Will&lt;/em&gt;&lt;/strong&gt; be useful later).&lt;/p&gt;

&lt;h1&gt;
  
  
  Variables
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What is a variable anyway?
&lt;/h2&gt;

&lt;p&gt;Well, a variable is a reserved place in your computer's RAM (&lt;strong&gt;R&lt;/strong&gt;amdom &lt;strong&gt;A&lt;/strong&gt;ccess &lt;strong&gt;M&lt;/strong&gt;emory), that can be edited. (note that in some languages, like Rust, variables are constants by default)&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of Variables.
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;bool
This can only hold 2 values, true or false&lt;/li&gt;
&lt;li&gt;string
This can hold multiple alphanumeric and special characters, such as
"hello world"&lt;/li&gt;
&lt;li&gt;char
This can only hold a single alphanumeric (or special) character &lt;/li&gt;
&lt;li&gt;Integer 
This can hold a single numeric value&lt;/li&gt;
&lt;li&gt;double
This can hold a single decimal value
&amp;gt; Notice!
&amp;gt; There are &lt;strong&gt;TONS&lt;/strong&gt; more types then this but for the sake of space (and me being lazy lol), I'm not going to list them all.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Constants
&lt;/h2&gt;

&lt;p&gt;These are basically just normal variables but they &lt;strong&gt;&lt;em&gt;cannot&lt;/em&gt;&lt;/strong&gt; be edited&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Notice!&lt;br&gt;
These are &lt;strong&gt;NOT&lt;/strong&gt; declared normally&lt;br&gt;
Example:&lt;/p&gt;


&lt;pre class="highlight csharp"&gt;&lt;code&gt;&lt;span class="k"&gt;const&lt;/span&gt; &lt;span class="kt"&gt;string&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"hello"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  ERRORS
&lt;/h1&gt;

&lt;h2&gt;
  
  
  SYNTAX ERRORS
&lt;/h2&gt;

&lt;p&gt;A syntax error is a: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;spelling error&lt;/li&gt;
&lt;li&gt;missing character&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WTK285Z9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.googleapis.com/replit/images/1583108881456_44af052f4c5ce2a6c93dec5ab3bc86d3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WTK285Z9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.googleapis.com/replit/images/1583108881456_44af052f4c5ce2a6c93dec5ab3bc86d3.png" alt="Screenshot 2020-03-01 at 19.04.40" width="523" height="580"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  LOGIC ERRORS
&lt;/h2&gt;

&lt;p&gt;These are basically mathematical errors or misspelling of variables &lt;br&gt;
Example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7fNArBOy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.googleapis.com/replit/images/1583109686243_7e63349729e54e68c88fd72f711c3eb1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7fNArBOy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.googleapis.com/replit/images/1583109686243_7e63349729e54e68c88fd72f711c3eb1.png" alt="Screenshot 2020-03-01 at 19.38.05" width="880" height="488"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You may be wondering: Why? it looks fine&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Well, it's not. If you look closer it's simple. You just made a capitalization error&lt;/p&gt;

&lt;h2&gt;
  
  
  RUNTIME ERRORS
&lt;/h2&gt;

&lt;p&gt;These are &lt;em&gt;nearly&lt;/em&gt; undetectable&lt;br&gt;
some signs are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;low memory&lt;/li&gt;
&lt;li&gt;division by zero &lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Good Programming Practices
&lt;/h1&gt;

&lt;h2&gt;
  
  
  - Indentation
&lt;/h2&gt;

&lt;h2&gt;
  
  
  - Commenting
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Example:&lt;br&gt;
     //this is a comment&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hope this helped, i will be releasing another part in like a week or something idk&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
