|
|
|
|
|
by alistproducer2
3672 days ago
|
|
I specifically mentioned the platform, not solidity. It's pretty hard to be proficient with solidity if you are ignorant of the many abstractions, rules and constraints of the ethereum platform as the language is (intentionally) very tightly coupled to the smart contract abstraction and it's low level nature make it imperative that one understands a great deal about the protocol (bit lengths of various classes of data for example) before you can really get up and running. Anything becomes easy if you look at it long enough. The major issue ethereum is going to have is making a case that there's a real-world value add relative to centralized, traditional architecture before many people will be willing to stare at it long enough for the easiness to set in. |
|
I can't think of any reason you'd need to know "bit lengths of various classes of data" for normal development.
> The major issue ethereum is going to have is making a case that there's a real-world value add relative to centralized, traditional architecture before many people will be willing to stare at it long enough for the easiness to set in.
I definitely agree with that.