Skip to content

Lesson 10: Aave syntax question #109

Answered by davidyuill27
toddabraham asked this question in Q&A
Discussion options

You must be logged in to vote

They are the same, the only thing that matters is the order has to be the same.
total_collateral_eth is just using the naming conventions in Python (all lower case with _ between words)
Solidity uses CamelCase for contracts and lowerCamelCase for variables.

See: https://en.wikipedia.org/wiki/Naming_convention_(programming)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@PatrickAlphaC
Comment options

Answer selected by PatrickAlphaC
Comment options

You must be logged in to vote
1 reply
@PatrickAlphaC
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants