-
Guys what do you advise me: Should I understand all the theory parts before going with the coding part and continue with the course OR just take the overview and continue with the course and by the time I will understand all the theory throw the course? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
If you want to pursue this field, then the understanding of basic fundamentals—elaborated in Lesson 1—is absolutely necessary. Whilst going deep philosophically is also an option, that is not needed for software engineering. Fundamentals should be more than enough for the latter. E.g. if Ethereum, about the EVM and related concepts And as Solidity incorporates major OOP concepts, it will be an easy transition for the coding part from something like C++, combined with fundamentals you will be good to go. |
Beta Was this translation helpful? Give feedback.
-
Thank you, guys. |
Beta Was this translation helpful? Give feedback.
If you want to pursue this field, then the understanding of basic fundamentals—elaborated in Lesson 1—is absolutely necessary.
Whilst going deep philosophically is also an option, that is not needed for software engineering. Fundamentals should be more than enough for the latter. E.g. if Ethereum, about the EVM and related concepts
And as Solidity incorporates major OOP concepts, it will be an easy transition for the coding part from something like C++, combined with fundamentals you will be good to go.