Skip to content

Conversation

JuanjoSalvador
Copy link
Contributor

Improvements on styling.

  • Replace camelCase with snake_case
  • Add type for input paramenters
  • Add return type for each function
  • Move BlogEntry class to its own file

Each function needs to has input parameters type defined, so Python can detect them and avoid unmanaged errors. Also helps to maintain the code.
Avoid declaring more than one class into the same file.
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.

1 participant