HarshCasper / HarshCasper/validate-issues-over-pull-requests

Improve variable naming.

Open
#1 7 comments 3 reactions 1 assignee Claimed by @HarshKapadia2 View on GitHub
enhancement
Dominant language
Python
Stars
13
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Nice Action!

In my opinion, variables like `prbody`, `prurl` and `PRNUM` would be more readable if they had underscores (`_`) or hyphens (`-`) to separate them.

`prurl` ➡️ `pr-url` (underscore didn't look good to me here)
`prbody` ➡️ `pr-body` (underscore didn't look good to me here)
`PRNUM` ➡️ `PR_NUM` (hyphen didn't look good to me here)

Cc: @tusharnankani

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.