I found a cool blog about logical fallacies, here's all of its images :3 (until today: 15), check their blog for more updated content :3
programming: the action or process of writing computer programs. | rants: speak or shout at length in a wild, [im]passioned way.
2016-12-26
2016-12-25
Beautiful Fallacies Infographics
2016-12-17
Software Engineering Periodic Table
Labels:
periodic table
,
programming
,
software engineering
2016-12-09
Javascript ES6 to ES5 Transpiler
When you are so eager to use ES6 features but you know that most browsers not yet implement all ES6 features completely (that's why there are also HTML5 pollyfills). Here's the list of transpiler to convert Javascript ES6 to ES5:
- Google's Traceur Compiler
- Google's Caja (client-server)
- Babel (if not sure, use this one)
- Termi ES6 Transpiler
- full list here and here (with pictures)
Almost 2 years ago comparison between Babel and Termi. Oh and yes, you can use Babel with WebStorm.
Note that every transpilers (CoffeeScript, TypeScript, Elm, Haxe, etc) suffer the same problem: compile duration (hey, one more thing to do [=minify] before testing/deploying) and hard debugging (easier if you use source maps, only for JS transpilers, I don't know if these things exists for transpiler for other language). Still I wish for wAsm to come faster. Btw I learned ES6 just for react-native-web, otherwise I would always still stick with ES5.
Subscribe to:
Posts
(
Atom
)