avinassh / avinassh/Bitbucket-import

enhancements

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

- How do I avoid `from settings import *`? (or is it okay for `import *` in this case) I have two options, `import settings` or five `import` statements for each variable.
- Is it possible to avoid this line `bb_repo_urls = []`, but create a empty list later and append directly in while loop?
- Any way to improve this line : `"".join(map(lambda url...`

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the settings import, bb_repo_urls initialization, and the join/map expression in the repository; no files or tests are named in the issue. Clarify which of the three questions is in scope and define the expected behavior before attempting a refactor.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.