LLodash FP usage retrospective
My current project is completing its third year. From the start, we've been using aggressively the Lodash FP library through our whole JS & TS codebase, whether it's on the Back-End or Front-End. I…
My current project is completing its third year. From the start, we've been using aggressively the Lodash FP library through our whole JS & TS codebase, whether it's on the Back-End or Front-End. I…
Two years into GraphQL My team recently had to work on the technical design for a whole new part in our main web app. We had to understand the requirements, challenge them and finally transpose them…
Var is obsolete First thing first. Of the three ways to declare a variable in JavaScript, has no place in your codebase, and most of the time that you are tempted to use , there's a better way to…
Those nasty branches Have you already coded 2000 lines of if/then/else with crazy unreadable conditions? Have you updated/debugged/refactored this code to always see a test fail? (you do have unit…