-
Notifications
You must be signed in to change notification settings - Fork 25
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
64b377b
to
58e851e
Compare
Signed-off-by: Harsh Vora [email protected]
Signed-off-by: Harsh Vora [email protected]