Do we have to memorize all these codes & Formats in other to work with hardhat? It seems like a lot.. #375
-
To work efficiently, Do we have to memorize these codes & hardhat formats? Like the deploy scripts formats, package json, config. js and all these files, Networks and dependencies? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Practice > memorisation, the more you're exposed to all this code the more you'll be comfortable with it, trying to memorise it all is too much IMO |
Beta Was this translation helpful? Give feedback.
-
Exactly @pyromaus the way I've been learning is I have been building multiple applications utilizing the concepts he has been teaching inside the course not just by studying the concepts but also through applying them because like @pyromaus says it can be a bit much to memorize. If you are interested another great resource to look into is cryptozombies.io. It is another really awesome introduction project to solidity to help you practice as you learn |
Beta Was this translation helpful? Give feedback.
-
No. I pretty much always start my hardhat projects from the hardhat-starter-kit. If I forget something, it has something in there for me! We also google a lot. Being a good engineer IMO isn't about memorizing everything. It's not about knowing what the answer is, but where to find the answer. |
Beta Was this translation helpful? Give feedback.
No.
I pretty much always start my hardhat projects from the hardhat-starter-kit. If I forget something, it has something in there for me! We also google a lot.
Being a good engineer IMO isn't about memorizing everything.
It's not about knowing what the answer is, but where to find the answer.