Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edkrepo: Logger functionality without ui_functions #105

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hrsh25
Copy link
Contributor

@hrsh25 hrsh25 commented Oct 18, 2022

Signed-off-by: Harsh Vora [email protected]

Copy link
Contributor

@ashedesimone ashedesimone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all new classes you should have an init even if it only calls the parent classes init. It will work better than a comment to describe that use.

Add a short doc string to each class indicating its purpose and describing any non-obvious deteails

Consistently format your class names

Consider renaming functions to they provide more clarity as to what they do. ex. format to format_log_file

edkrepo/common/logger.py Show resolved Hide resolved
edkrepo/common/logger.py Show resolved Hide resolved
edkrepo/common/logger.py Outdated Show resolved Hide resolved
edkrepo/common/logger.py Show resolved Hide resolved
edkrepo/common/logger.py Outdated Show resolved Hide resolved
edkrepo/common/logger.py Show resolved Hide resolved
edkrepo/common/logger.py Outdated Show resolved Hide resolved
edkrepo/common/logger.py Show resolved Hide resolved
@hrsh25 hrsh25 force-pushed the logger branch 3 times, most recently from 64b377b to 58e851e Compare October 26, 2022 01:30
@hrsh25 hrsh25 marked this pull request as ready for review December 20, 2022 02:29
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.

3 participants