HN user

fedlarm

3 karma
Posts0
Comments9
View on HN
No posts found.

You could write the logic in a more straight forward, but less composable way, so that all the logic resides in one pure function. This way you can also keep the code to only loop over the users once.

email.sendBulk(generateExpiryEmails(db.getUsers(), Date.now()));

I know this article and comments here are mostly related to 1:1s with your boss. But I also use them in a not boss related situation, like scheduled 1:1s with an architect or ux designer if they are not fully assigned to a team.

Webpack 5 6 years ago

For me the module federation is a new feature that I can take advantage of to improve integrations.

As a frontend developer I also encounter I need Geometry from time to time. I used it a lot in my days as a flash developer drawing vector graphics programmatically.

I feel that its missing from this list. I rarely see geometry mentioned on these kinds of lists?

I used to share this opinion as well, until I started working on an internal library that was created by a skilled developer. He had very good test coverage and good quality tests, which turned out invaluable, once I got on board. We tried to move to library towards being fully typed in TypeScript, just to get some experience with TypeScript. Our first thought before starting was, that it would help, but didn't expect it to have a significant impact. During the port to TypeScript (and being strict on typing everything possible), we soon found numerous unexpected behaviors in the code. Some of the issues found, could have been found by a linter, but other things like models changing over time was only found due to adding static types.

After this experience I changed my opinion towards the value of static types, from being more than a nice to have feature.

One I've never thought of using before is the: isAwesome && alert("yay");

I have used the name || "no name" operator a lot and thought to myself that it looked cool on first impression. But having something like: isAwesome() && alert("yay"); Already makes it harder to read I think. I'm curious to what others think of this one? Maybe its just because it is new to me..

Yes the Griptape is an essential part to make high ollies consistently. However ollie's are possible to do without griptape as well. Just a lot harder because you'll have a lot less control.

The harder you slam down the tail of the board the more friction you get, the easier it is to pull the board up/forward.

Hmm.. Might just be me, but isn't that half of the job of the reviewer, to decline a PR if it isn't fixed? The one making the PR should get a notification that it is declined. Their ball.