Originally shared by mathew murphy
Unit testing seems to correlate with increased cyclomatic complexity, and other surprises.
Originally shared by mathew murphy
Unit testing seems to correlate with increased cyclomatic complexity, and other surprises.
A typical Angular app is a veritable sea of Singletons ie. Stateful Services.
Sometimes it feels as if the Angular team decided to collect together all the world’s worst programming patterns and a put them into one convenient framework.
Originally shared by mathew murphy
Many people have expressed the opinion that singletons are a code smell. Now someone has looked at codebases to quantify to what extent that’s true.

Originally shared by Jeff Zahari
This person is a British poet. It really has gone viral!

Crowne plaza hotel, Atlanta.
There’s no law against projecting text.
Microsoft Excel really sucks as a messaging app.



I seriously don’t have a dog in this fight. Some people really despise NodeJS as a production level server. I’m interested to know why.
I mean Node runs a scripting language like Ruby or PHP but is superior in performance to those systems because of its non-blocking architecture. Naturally being interpreted it can’t be as fast as a compiled language such as Go or Java.
So this is an open thread asking why you wouldn’t use it in production? Note that “because it’s JavaScript” is not an argument that is going to carry any water around here. JavaScript performance from the point of view of an interpreted language is already pretty good relative your favourite scripting language X so let’s get down non-bullshit arguments about why it’s bad.

Originally shared by Polynomial -C
This thread on Twitter demonstrates something that I hadn’t realised before: American Whites really are a race.
How they relate to the rest of the human species remains unclear however.

I think I’m starting to detect a pattern here.
Functional programming in Node using monads and the Fantasyland specification.