<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>programmers - Inero Software - Software Consulting</title>
	<atom:link href="https://inero-software.com/tag/programmers/feed/" rel="self" type="application/rss+xml" />
	<link>https://inero-software.com/tag/programmers/</link>
	<description>We unleash innovations using cutting-edge technologies, modern design and AI</description>
	<lastBuildDate>Fri, 19 Jan 2024 13:47:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://inero-software.com/wp-content/uploads/2018/11/inero-logo-favicon.png</url>
	<title>programmers - Inero Software - Software Consulting</title>
	<link>https://inero-software.com/tag/programmers/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">153509928</site>	<item>
		<title>GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</title>
		<link>https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/</link>
		
		<dc:creator><![CDATA[Marta Kuprasz]]></dc:creator>
		<pubDate>Fri, 19 Jan 2024 13:46:32 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Copilot]]></category>
		<category><![CDATA[inero]]></category>
		<category><![CDATA[Large Language Model]]></category>
		<category><![CDATA[programmers]]></category>
		<guid isPermaLink="false">https://inero-software.com/?p=5385</guid>

					<description><![CDATA[<p>GitHub anticipates that in the coming years, 80% of the world&#8217;s code will be generated by AI [1]. Although it is difficult to find exact information on the number of sold GitHub Copilot licenses, it is undeniable that we are observing a change in the way organizations and programmers themselves&#8230;</p>
<p>Artykuł <a href="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/">GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3></h3>
<p>GitHub anticipates that in the coming years, 80% of the world&#8217;s code will be generated by AI [1]. Although it is difficult to find exact information on the number of sold GitHub Copilot licenses, it is undeniable that we are observing a change in the way organizations and programmers themselves create new IT solutions. At Inero, we are working on many projects simultaneously, so we are eager to test the latest solutions that are designed to optimize teamwork, deliver solutions faster and better.</p>
<p>In this article, we will talk about our experiences with GitHub Copilot.</p>
<p>&nbsp;</p>
<h3><strong>What is GitHub Copilot?</strong></h3>
<p>GitHub Copilot is a tool designed for programmers, utilizing an advanced language model (known as LLM &#8211; Large Language Model) tailored for the analysis and understanding of source codes. A set of appropriate plugins and tools, allows for the optimization of the software development process, providing programmers with automatic coding hints and completions, suggestions, syntax analysis, and even generating documentation. Developed by Microsoft, the tool is based on artificial intelligence and was created to enhance the productivity of programmers and improve the quality of the source code.</p>
<h3><strong>Further than Closer, Slowly Towards the Goal</strong></h3>
<p>The use of GitHub Copilot <strong>in most cases allows us to speed up programming work</strong>, importantly, not only in creating the code itself but also in more tedious tasks. For example, since we started testing GitHub Copilot in our team, we have visited StackOverflow much less frequently. Copilot accelerates work when our programmers need to generate relatively simple and repetitive code that can be easily assessed as correct at first glance.</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Copilot greatly <strong>speeds up work with regular expressions</strong> and certainly optimizes the time for writing repetitive code.</li>
<li>Copilot is also an <strong>effective tool for generating code documentation</strong>, essentially being able to almost entirely do it for us. Of course, the generated content always needs to be verified, but we haven&#8217;t encountered significant errors. Usually, we add more details to the result, however, in many cases Copilot is sufficient. Documenting, for example, a single block of code, when it&#8217;s quite extensive, can take approximately even a minute. With Copilot, this can be done in a few, up to several seconds, depending on whether we need to elaborate on the content.</li>
<li>From the perspective of experienced programmers, the use of this solution can be described as an advanced Intellisense working in Line-By-Line mode. The programmer, starting to create a block of code, further uses Copilot&#8217;s suggestions. In such a case, the verification is immediate and if something is wrong, we correct it ourselves right away. When Copilot suggests a larger block of code, e.g., 10-15 lines, then analyzing whether this code does exactly what it should, can take more time than writing it independently. Especially since among these 15 lines, 14 might be correct, but one is erroneous and needs to be identified.</li>
<li><strong>From the perspective of a less experienced programmers, the reception of this solution may be different.</strong> Writing code takes them more time than it does for an experienced developers, so Copilot seems helpful. However, during the analysis of code from Copilot, the user might not notice at all if something is amiss &#8211; the problem might only be detected during a code review conducted by a more experienced person.</li>
<li>After some time, we get used to Copilot sending us suggestions, so it&#8217;s necessary to learn how to work with this tool. Initially, these suggestions can disrupt the rhythm of normal line-by-line code writing. Instead of continuing to write, we stop to read the proposed suggestions. However, in the plugin&#8217;s configuration, it&#8217;s possible to disable continuous prompting and leave only key shortcut-based prompting &#8211; here the decision depends on the programmer, who can choose the degree of &#8220;support&#8221; that suits them best.</li>
<li>When we work on more complicated functionalities, for example, using a new library, Copilot can guide us in some way. Its suggestions in such cases can be accurate and even if they are not fully correct, t<strong>hey allow for a quicker understanding of how to reference the library</strong>, which otherwise would require analyzing the documentation.</li>
</ul>
</li>
</ul>
<h3>Comment from the CEO of Inero Software</h3>
<blockquote>
<p style="text-align: left; padding-left: 40px;"><img fetchpriority="high" decoding="async" data-attachment-id="589" data-permalink="https://inero-software.com/contact-inero-software-rd-software-house/img_7321-internet-2/" data-orig-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg" data-orig-size="1200,800" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Andrzej-Chybicki-Inero-Software" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" data-large-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg" tabindex="0" role="button" class=" wp-image-589 alignright" src="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" alt="Andrzej Chybicki" width="377" height="251" srcset="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg 300w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-768x512.jpg 768w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg 1030w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-705x470.jpg 705w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-450x300.jpg 450w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg 1200w" sizes="(max-width: 377px) 100vw, 377px" />Andrzej Chybicki: Measuring the effectiveness of using Copilot from a management perspective is difficult &#8211; we don&#8217;t have objective indicators telling us whether and to what extent the investment in the license has shortened the time spent on the software projects we are entrusted with. That&#8217;s the first point. Secondly, some clients express concerns about the security of code analyzed by AI, especially in projects related to cybersecurity or involving sensitive data processing. Hence, we encounter situations where using Copilot is not advisable.</p>
</blockquote>
<h3>What advantages and disadvantages have we noticed?</h3>
<p>Analyzing the experiences of our team, we can identify the pros and cons of using GitHub Copilot.</p>
<p style="padding-left: 80px;"><div class="row"><div class="col-sm-6">
<p style="padding-left: 80px;"><strong>Advantages include:</strong></p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Assistance in writing repetitive code</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Hints that help in directing the work</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Speeds up work with simple code</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Significantly aids in generating code documentation</p>
<p style="padding-left: 80px;"></p></div><div class="col-sm-6">
<p style="padding-left: 80px;"><strong>Discovered drawbacks:</strong></p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> Concerns related to cybersecurity and copyright issues for the created solutions</p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> The need for time-consuming verification of long code</p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> Difficulty in measuring tangible benefits from using this solution</p>
<p style="padding-left: 80px;"></p></div></div></p>
<p>&nbsp;</p>
<h3>Will we continue to use GitHub Copilot at Inero? Definitely yes.</h3>
<p>The use of GitHub Copilot in daily work brings many benefits. However, it&#8217;s important not to lose vigilance and not to fully rely on its suggestions. It&#8217;s crucial to continuously monitor the code prepared with this tool. The development of the technology, which Microsoft is working on, will surely bring many updates and improvements in the coming months.</p>
<p><a href="https://inero-software.com/contact-us/"><img decoding="async" data-attachment-id="5395" data-permalink="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/baner-19-01-2024/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024.png" data-orig-size="1700,200" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="baner 19.01.2024" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1030x121.png" tabindex="0" role="button" class="wp-image-5395 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png" alt="" width="1089" height="127" srcset="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png 300w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1030x121.png 1030w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-768x90.png 768w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1536x181.png 1536w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1520x179.png 1520w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024.png 1700w" sizes="(max-width: 1089px) 100vw, 1089px" /></a></p>
<h6>[1] https://github.blog/2023-02-14-github-copilot-for-business-is-now-available/</h6>
<p>Artykuł <a href="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/">GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5385</post-id>	</item>
	</channel>
</rss>
