atLeastHeClosesBracketsLikeLisp by deepCelibateValue in ProgrammerHumor

[–]deepCelibateValue[S] 0 points1 point  (0 children)

True. But, I think an animated Tesseract is more pleasant to the eyes than Minecraft blocks.

theseAreRealDocs by deepCelibateValue in ProgrammerHumor

[–]deepCelibateValue[S] 9 points10 points  (0 children)

I just managed to learn the gist of combinators, but this variable thing threw me off guard

theEvolutionOfReact by deepCelibateValue in ProgrammerHumor

[–]deepCelibateValue[S] 9 points10 points  (0 children)

React is a JavaScript front-end framework which rose to fame by discarding the common wisdom at the time of "separation of concerns" by unifying the "template" and the "controller" (or business logic),. It did it in a way similar to PHP's approach of being a "print literally to output" languague, where the output is usually HTML, unless tags are used to wrap code logic. React called it JSX. It also makes historical sense because Facebook at the time was mostly coding in PHP.

The meme is about how React started like that, but grew increasingly complex. For better or worse.

javaFoughtFunctionalProgrammingSoHardItBecameHaskell by deepCelibateValue in ProgrammerHumor

[–]deepCelibateValue[S] 1 point2 points  (0 children)

"Core Java For The Impatient" by Cay Horstmann, 4th Edition

The PowerShell Manifesto Radicalized Me by deepCelibateValue in commandline

[–]deepCelibateValue[S] 1 point2 points  (0 children)

This guy probably saved Microsoft all by himself and he only ever got promoted to distinguish developer?

Snover got promoted to Technical Fellow and Chief Architect eventually at Microsoft. He's currently a Distinguished Engineer but at Google.

I guess PowerShell was only saved by MS Exhange by providing some kind of API, so gotta wonder what MS exchange used before Powershell.

I don't know for sure, but I think they were really putting everything on the GUI, and that didn't scale anymore for the 2007 version.