Skip to content

Refactor: Standardize naming conventions and reorganize imports - #142

Merged
MrIbrahem merged 1 commit into
mainfrom
z
Jul 8, 2026
Merged

Refactor: Standardize naming conventions and reorganize imports#142
MrIbrahem merged 1 commit into
mainfrom
z

Conversation

@MrIbrahem

Copy link
Copy Markdown
Collaborator

Comprehensive code cleanup across the codebase:

  • Standardized variable naming to follow PEP 8: Qidqid_str, NewDescnew_desc_data, WD_API_BotWdApiBot, constants to UPPERCASE
  • Reorganized imports with consistent blank line spacing between standard library, third-party, and local imports
  • Simplified import paths where applicable
  • Cleaned up verbose docstrings containing execution examples, replacing with minimal docstrings
  • Fixed string quote consistency and minor formatting issues
  • Function parameter names updated for consistency: Ppid, Addadd_it, Tabstabs
  • Removed commented-out CLI usage examples and outdated docstring content

Comprehensive code cleanup across the codebase:

- Standardized variable naming to follow PEP 8: `Qid` → `qid_str`, `NewDesc` → `new_desc_data`, `WD_API_Bot` → `WdApiBot`, constants to UPPERCASE
- Reorganized imports with consistent blank line spacing between standard library, third-party, and local imports
- Simplified import paths where applicable
- Cleaned up verbose docstrings containing execution examples, replacing with minimal docstrings
- Fixed string quote consistency and minor formatting issues
- Function parameter names updated for consistency: `P` → `pid`, `Add` → `add_it`, `Tabs` → `tabs`
- Removed commented-out CLI usage examples and outdated docstring content
@MrIbrahem
MrIbrahem merged commit f703304 into main Jul 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant