hasii2011 / hasii2011/albow-python-3

Fix too many parameters TODO in TitledDialog

Open
#58 0 comments 0 reactions 1 assignee Claimed by @hasii2011 View on GitHub
good first issue TODO
Dominant language
Python
Stars
10
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
def __init__(self, title: str = 'Default Title', message: str = '',
okTxt: str = 'Ok', cancelTxt: str = 'Cancel', thirdButtTxt: str = None,
client=None, wrapWidth: int = 100, **kwds):
"""
The dialog reports which button was pressed with the text of the button.
TODO: This constructor has way too many parameters; Dude, simplify the parameter list; Perhaps, use the kwds dictionary
```

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.