Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @HenrikJoreteg
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @HenrikJoreteg
-
Pinned Tweet
If you don’t actively fight for simplicity in software, complexity will win. …and it will suck.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Henrik Joreteg Retweeted
Junior dev: My code is simple and easy to understand. Mid-level dev: My code is subtle, clever, innovative, expressive, hyper-optimized, and ingenious. Senior dev: My code is simple and easy to understand.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
The "const" in the first case is not scoped to just that case statement. So the first const is already available in the second case. Solutions: 1. Add curly statements to case to create a block scope (lint rules exist for this). 2. Don't use switch (aka, the Python solution
)Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
For the curious, this was in part to provide data for a conversation on a project about switch statements versus multiple "if" statements. Turns out variable scoping in case statements is not generally well understood. Only half saw an error. IMO "switch" is a trap.https://twitter.com/HenrikJoreteg/status/1222273872046616576 …
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
The following code is... switch (type) { case SELECTED: const current = 'a' // ... other code then return case UN_SELECTED: const current = 'b' // ... other code then return }
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
I liked the Twitter PWA better without all these promoted tweets
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Henrik Joreteg Retweeted
Using node/babel/webpack/ts/react is like playing chess: Within 13 steps, you're debugging a unique error no one else in the universe has ever encounteed.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Henrik Joreteg Retweeted
Until around eight years ago I did, which was around the time y'all shoulda stopped using it.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Henrik Joreteg Retweeted
I don't know who needs to hear this, but... don't use Internet Explorer to browse the web.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
I want a GraphQL API in a function-as-a-service type setup with no cold-start lag issues... How can this be accomplished? What do I need to understand, what do I need to read? Is this even possible?
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Software engineering's natural state is entropy. Unchecked, this entropy will grow to consume all available engineering resources. Rapid growth of a development team is a metric to be cautious about, not necessarily something to be proud of.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
I really want a browser API that is just: "give me the print view of this webpage as a PDF." Basically I want to be able to let users download the report they're already looking at as a PDF without having to run puppeteer on a server somewhere else.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
So awesome to see Microsoft pushing the web forward instead of holding it back. (Yes, I know Chromium != web). Of the bugs in "Web Capabilities Project" that have assigned owners: 38 are Chromium email addresses *8 are Microsoft* 1 is Intel Not bad! https://bugs.chromium.org/p/chromium/issues/list?can=2&q=proj-fugu&sort=pri&colspec=ID+Pri+M+Stars+ReleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=ids …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Henrik Joreteg Retweeted
Be prepared, there is a small chance that our horrendous leadership could unknowingly lead us into World War III.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
This looks super interesting...https://twitter.com/pikapkg/status/1214689065208909824 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Sometimes on Twitter I wish I could *like* the fact that somebody liked a certain tweet
Capturing the nuance of real life social interactions on tech platforms is clearly still pretty rudimentary.Thanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

Introducing Snowpack v1.0! (previously @pika/web)
Build web applications with LESS TOOLING and iterate 10x FASTER. Replace your traditional app bundler with this run-only-once post-install tool.
Learn more: