akshgpt7 / akshgpt7/whac-a-mole

Remove star imports

オープン
#6 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
easy good first issue
主要言語
Python
スター
5
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

説明

Remove the following:
`from tkinter import *`
`from time import *`

Star imports are not allowed in PEP-8 guidelines. So, import the modules with a name and add it wherever they are being used.

*Example:*
`import tkinter as tk`
<..some code..>
`tk.Button()`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Search the repository for `from tkinter import *` and `from time import *` to locate the affected code and inspect each usage. Replace the star imports with named module imports and update references consistently; done means no star imports remain and the game still works.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
desktop, game-dev
issue の種類
リファクタリング
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
52/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。