If the bool
variable name starts with a verb, the code looks more readable.
8 posts tagged with #ts ❌
About the variable names
📅 Created 3 months ago 👁️ 59
Timer app 🕗
📅 Created 6 months ago 👁️ 66
A simple 🕗 timer app
Lines98
📅 Created 1 year ago 👁️ 72
For all the old-schools, here is the Lines98 game.
Audio- and Video-content in ElectronJS
📅 Created 1 year ago 👁️ 93
A story of a really annoying bug.
Spoiler: reproducible only on production builds; locally works well 🤡
Color: what it really means?
📅 Created 5 years ago 👁️ 111
The color is fun. But smart color is way more fun. How to work with color in smart way in JS? How to translate from human language into RGB/HSL or vice versa?
Think reactive (the code)
📅 Created 6 years ago 👁️ 97
So we finished previous part with the reference to the code of the demo (GitHub page). It’s fully working version. But let’s recreate it from scratch.
Think Reactive
📅 Created 6 years ago 👁️ 128
This is my presentation for the Next Build-2018.
Demo code on GitHub.
Array methods (JS/TS)
📅 Created 6 years ago 👁️ 102
The instance of Array
(under the hood: the Array.prototype
) provides a bunch of methods for handling its content in functional way. Almost any array method can be substituted with another one.
Why? ― because JavaScript is so JavaScript.
Despite of we can, it doesn’t mean we have to. So let’s take a deeper look at array methods and decide what’s the proper use case for each of them.