eoscostarica / eos-dapp-boilerplate

EOSIO Application Boilerplates 🚀
https://eoscostarica.io
MIT License
25 stars 9 forks source link

TypeScript on Demux #4

Closed gaboesquivel closed 5 years ago

gaboesquivel commented 5 years ago

I'm not used to TypeScript, I understand the benefits, however most TypeScript code I see looks a bit alien to me, people tend to write object oriented code when using typescript.

The Demux service we currently have inherited code style from MonsterEOS.

I want to open up the discussion for this.

Personally, I'm fine without TypeScript.

GMory commented 5 years ago

I'm in the same boat as you. I see its merits, but I think the majority would more easily consume and use it if it were regular JS. I've converted back to JS locally myself, and think others might try to as well.

gaboesquivel commented 5 years ago

done