<?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>Forem: SD</title>
    <description>The latest articles on Forem by SD (@cinesnips_e20f6c3cffabce1).</description>
    <link>https://forem.com/cinesnips_e20f6c3cffabce1</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%2F3603223%2F86b16b6c-d9f4-412c-8a86-60bf76b2ba01.png</url>
      <title>Forem: SD</title>
      <link>https://forem.com/cinesnips_e20f6c3cffabce1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/cinesnips_e20f6c3cffabce1"/>
    <language>en</language>
    <item>
      <title>🧠 Built a VS Code extension that flags misleading function names in Python (early access) - feedback welcome!</title>
      <dc:creator>SD</dc:creator>
      <pubDate>Sun, 09 Nov 2025 13:26:24 +0000</pubDate>
      <link>https://forem.com/cinesnips_e20f6c3cffabce1/built-a-vs-code-extension-that-flags-misleading-function-names-in-python-early-access--4022</link>
      <guid>https://forem.com/cinesnips_e20f6c3cffabce1/built-a-vs-code-extension-that-flags-misleading-function-names-in-python-early-access--4022</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;Recently built a VS Code extension called NeuraName that helps improve code clarity by flagging vague or misleading function names.&lt;/p&gt;

&lt;p&gt;It analyzes the logic inside your functions and highlights names that don’t semantically match what the function actually does.&lt;/p&gt;

&lt;p&gt;Currently, it shows two levels of severity — medium and high — depending on how misleading or generic the function name is.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;def save():&lt;br&gt;
 actually deletes the file&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;→ ⚠️ NeuraName: “High severity — misleading function name.”&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://tinyurl.com/3kx25vcn" rel="noopener noreferrer"&gt;https://tinyurl.com/3kx25vcn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d really appreciate any feedback, suggestions, or thoughts.&lt;/p&gt;

&lt;p&gt;Thanks for taking a look! 🙏&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>python</category>
      <category>productivity</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
