Comment Another spec? (Score 1) 311
Why they create another specification or reinvent the wheel?
IMHO, I much prefer if they use existing specification and extend it from there.
How long for the specification to form (at least 1 year) then how long it take for the implementation another 1 year at least. Then how long for the developer to start adopt the technology? So at least it is need 2 years.
However, IMHO by take existing technology or specification it should be much faster.
And if they really create the spec from scracth, I hope they use *Strong Typed* language, not those EcmaScript/JavaScript, because for me once it have thousands of line, those not strong typed language will start to fall apart in term of debuging. It is so hard to spot a mistake by using non strong type language.
I personally like the SVG and Java to be the platform because it is what I do :)
IMHO, I much prefer if they use existing specification and extend it from there.
How long for the specification to form (at least 1 year) then how long it take for the implementation another 1 year at least. Then how long for the developer to start adopt the technology? So at least it is need 2 years.
However, IMHO by take existing technology or specification it should be much faster.
And if they really create the spec from scracth, I hope they use *Strong Typed* language, not those EcmaScript/JavaScript, because for me once it have thousands of line, those not strong typed language will start to fall apart in term of debuging. It is so hard to spot a mistake by using non strong type language.
I personally like the SVG and Java to be the platform because it is what I do