Hi everyone π
Recently built a VS Code extension called NeuraName that helps improve code clarity by flagging vague or misleading function names.
It analyzes the logic inside your functions and highlights names that donβt semantically match what the function actually does.
Currently, it shows two levels of severity β medium and high β depending on how misleading or generic the function name is.
Example:
def save():
actually deletes the file
β β οΈ NeuraName: βHigh severity β misleading function name.β
π https://tinyurl.com/3kx25vcn
Iβd really appreciate any feedback, suggestions, or thoughts.
Thanks for taking a look! π
Top comments (0)