<?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: Jozsef Hocza</title>
    <description>The latest articles on DEV Community by Jozsef Hocza (@hocza).</description>
    <link>https://dev.to/hocza</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%2F801938%2Fbebaaf10-343a-46f9-9e2e-65637540b368.jpeg</url>
      <title>DEV Community: Jozsef Hocza</title>
      <link>https://dev.to/hocza</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hocza"/>
    <language>en</language>
    <item>
      <title>Github Copilot is hilarious</title>
      <dc:creator>Jozsef Hocza</dc:creator>
      <pubDate>Mon, 31 Jan 2022 18:28:03 +0000</pubDate>
      <link>https://dev.to/hocza/github-copilot-is-hilarious-2kj3</link>
      <guid>https://dev.to/hocza/github-copilot-is-hilarious-2kj3</guid>
      <description>&lt;p&gt;So I am in the middle of a messy Laravel project I took over. Sometimes when I try to refactor some mess, I just... leave it as it is... then I start to create a comment like:&lt;/p&gt;

&lt;p&gt;I just started typing like: // Well, – and it autocompleted like that, wow... a freakin' mind reader!&lt;/p&gt;

&lt;p&gt;Then I went as I mean (here it went a bit off, but I continued) tried, then it autocompleted it to "I mean I tried to fix it." Great! I put two more dots and continued with the but and guess what: "but this whole thing is a mess."&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// Well, it's not really a coupon, but it's a coupon-like thing.
// I mean, I tried to fix it... but this whole thing is a mess.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It is just... amazing.😅&lt;/p&gt;

&lt;p&gt;Of course, you can utilize GitHub Copilot in a bit better cases, like actually auto-completing code.&lt;/p&gt;

&lt;p&gt;For example, I wanted to update the amount on the Invoice whenever an invoice gets saved.&lt;/p&gt;

&lt;p&gt;I just typed a quick comment like:&lt;/p&gt;

&lt;p&gt;// Update invoice items upon saving Invoice&lt;/p&gt;

&lt;p&gt;And bummm... there is the perfect Laravel code.&lt;/p&gt;

&lt;p&gt;Of course, it can be off many times, but I find it a beneficial addition.&lt;/p&gt;

&lt;p&gt;I'm completely sold on this product, and I hope its monthly cost range will be around a webStorm or PhpStorm.&lt;/p&gt;

</description>
      <category>github</category>
      <category>laravel</category>
    </item>
  </channel>
</rss>
