like watch the program flow for example watch output after each cycle there are some techniques in turbo c I don't know what is called please help me class star{ public static void main(String[] args) { int i, j; for(i=0; i<5; i++) ...
MMark commentedEvery time I read code written in typescript / flow, even though after googling the type syntax of respective tool/language and then understanding why they were used like they were makes sense, it's very difficult for me to think how I could use them...
JJeremy commentedFor JavaScript developers who haven't drank the Koolaid yet: Imagine you decide you want to make a PR to your favorite js library on GitHub. You git clone it and open it in your editor of choice..... only to find out that all the source is actually ...
Join discussionI am about to pick Flow for some off-time play; and I want to understand form the learned in the community; would PropTypes still have a role to play, if we move to a static type checking solution like Flow, or TypeScript? And has anyone of you been ...
MMatteo commentedI'm going all-in into the React ecosystem (esp. React Native, Redux) and just wondering whether it's worth the effort learning and integrating a type checker like TypeScript or Flow into my projects. Also, if it is, which would you recommend? Flow i...
Join discussionI recently found flow, and have been meaning to have a go at it for some time now. iv also been using TypeScript on and off for the past year. anyways so here is my question. whats the difference between using es6 + flow and using typescript? i kno...
KKleo commented