<?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: Arthur Coudouy</title>
    <description>The latest articles on DEV Community by Arthur Coudouy (@arthurcdy).</description>
    <link>https://dev.to/arthurcdy</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%2F1035444%2Faadb460f-c8eb-4673-a9eb-fb7af9cd6879.jpeg</url>
      <title>DEV Community: Arthur Coudouy</title>
      <link>https://dev.to/arthurcdy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arthurcdy"/>
    <language>en</language>
    <item>
      <title>Having a hard time reviewing code? Using emojis to annotate your feedback might just do the trick!</title>
      <dc:creator>Arthur Coudouy</dc:creator>
      <pubDate>Tue, 28 Feb 2023 09:08:22 +0000</pubDate>
      <link>https://dev.to/arthurcdy/having-a-hard-time-reviewing-code-using-emojis-to-annotate-your-feedback-might-just-do-the-trick-276h</link>
      <guid>https://dev.to/arthurcdy/having-a-hard-time-reviewing-code-using-emojis-to-annotate-your-feedback-might-just-do-the-trick-276h</guid>
      <description>&lt;p&gt;Reviewing code is difficult because of human psychology...&lt;/p&gt;

&lt;p&gt;But you can ease the process by giving a framework for comments. In my team at &lt;a href="https://axolo.co"&gt;Axolo&lt;/a&gt;, if a comment is not included in one of the categories we have defined, it should not be posted.&lt;/p&gt;

&lt;p&gt;So we have 11 categories, and use emojis to explain which categories the comment is in: &lt;/p&gt;

&lt;p&gt;🔧 I think this needs to be changed.&lt;/p&gt;

&lt;p&gt;👍 I like this and I want you to know!&lt;/p&gt;

&lt;p&gt;❓ I have a question. This should be a fully formed question with sufficient information and context that requires a response.&lt;/p&gt;

&lt;p&gt;💭 I express concern, suggest an alternative solution, or walk through the code in my own words to make sure I understand. You probably need to explain your choice.&lt;/p&gt;

&lt;p&gt;🌱 An observation or suggestion that is not a change request, but may have larger implications. Generally something to keep in mind for the future, adding a comment in the PR might be useful.&lt;/p&gt;

&lt;p&gt;🗒️ This is an explanatory note, fun fact, or relevant commentary that does not require any action.&lt;/p&gt;

&lt;p&gt;⛏️ This is a nitpick. This does not require any changes (and is often better left unsaid).&lt;/p&gt;

&lt;p&gt;♻️ Suggestion for refactoring. Should include enough context to be actionable and not be considered a nitpick.&lt;/p&gt;

&lt;p&gt;🏕️  Here is an opportunity, not directly related to your changes, for us to leave the campground [code] cleaner than we found it.&lt;/p&gt;

&lt;p&gt;📍 This is a concern that is out of scope and should be staged appropriately for follow up.&lt;/p&gt;

&lt;p&gt;💡 Your code made me think of this new idea. No actions needed, I want to share this idea with you&lt;/p&gt;

&lt;p&gt;Any feedback is appreciated! We keep the list public on GitHub inside our tools for developers repository: &lt;a href="https://github.com/axolo-co/developer-resources/tree/main/code-review-emoji-guide"&gt;https://github.com/axolo-co/developer-resources/tree/main/code-review-emoji-guide&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codereview</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
