October 2017

285 tweets

Replying to @rradczewski

@rradczewski Sounds interesting. Instead of
having one combineReducers, you would define the state for your component
through reducers in a mapEventsToState() method. Which would be per component.
So your component would need to know which events exist.

@jezenthomas JS has no range literal. A few hackish ways exist, like
[...Array(20).keys()].map() It gets worse if you want a range that starts
elsewhere.

I actively read the tweets of 95 people (through a list). This morning one of
those tweets stood out. Sexual harassment is massive.

@jezenthomas Well, for this kind of job where you probably want to regenerate it
often, it may be worth it to know the whole pipeline.

"Hey, sorry that this free thing we gave you did not arrive on time, so please
have some cake today to compensate for the inconvenience."

Testability of code is the most important happiness metric a software team can
have. It affects so many aspects of the daily work.