kmesiab / ai-code-critic

AI Code Critic: An efficient desktop app leveraging ChatGPT for automated, language-agnostic code reviews. Streamlines code analysis with AI insights, enhancing code quality and developer productivity.
10 stars 6 forks source link

style: Function name misleading #13

Closed kmesiab closed 11 months ago

kmesiab commented 11 months ago

The actual use of this function is to prompt the user for a GitHub pull request URL. The current name is an artifact from an older time.

This function name should be updated to reflect its actual purpose.

https://github.com/kmesiab/ai-code-critic/blob/f5d566209f23afaef12e9b9b874d6ff979377ea1/main.go#L59