Mastering the functions' return statement
Despite its simplicity, the return statement in JavaScript can help us improve the readability of our code and make it less complex....
Read more →Tous les articles traitant des bonnes pratiques de développement sont rassemblés ici. C'est une de mes catégories d'articles préférée ; mais ça n'étonnera personne.
Despite its simplicity, the return statement in JavaScript can help us improve the readability of our code and make it less complex....
Read more →Malgré sa simplicité, l'instruction return en JavaScript peut nous aider à améliorer la lisibilité de notre code et à le rendre moins complexe....
Read more →A debate on the type of import we use in JavaScript has recently appeared. Same kind of debate than the one with semicolon. It works whichever you choose but each developer has its opinion on the matter and nobody agree. I also have an opinion! To make it short : I...
Read more →Un débat sur le type d'import que l'on utilise en JavaScript est apparu récemment. C'est un peu le même type de débat sur celui des point-virgules. Peu importe ce que tu choisis, ça fonctionne, mais chaque développeur a son avis sur la chose et personne n'est d'accord. J'ai aussi mon...
Read more →Decouple your code, your coworkers will thank you. Decoupling isn't a new concept but I started documenting myself on it fairly recently. Here is what I learned. What is "decoupling" ? To understand decoupling you got to know what coupling code is first. There is a coupling notion when 2 services...
Read more →I recently wrote a post about GitFlow where I explained what it was and how to use it in most cases. Since that, I got a lot of feedback from readers concerning the use of GitFlow in some specific cases. In particular, in the case of a project where several...
Read more →GitFlow is what we call a workflow, a working strategy for Git. There are a lot of others, but GitFlow is one of the most famous. He was thought by nvie. What is the point of using it? Why is it important to have a Git strategy? Git is a...
Read more →Le currying est une méthode de composition pour écrire des fonctions pures et n'ayant qu'une responsabilité. La composition est de plus en plus à la mode en ce moment grace à certains frameworks JavaScript comme React, mais je suis toujours surpris aujourd'hui que beaucoup de développeurs Front ne la connaissent...
Read more →I work with Git and tools like Bitbucket, GitLab, GitHub… I know my team work hard to do a great work and follow the Gitflow development workflow. However, it is not enough to stop bugs and other regressions to go into our beautiful code base. We talked about that with...
Read more →Je travaille beaucoup avec Git et des outils tels que Bitbucket, Gitlab, Github, VSTS et autres... Mais malgré ces outils et la bonne volonté des équipes suivant avec rigueur le Gitflow, il est très difficile d'empêcher les bugs de passer dans la base stable de code. En rétrospective de sprint...
Read more →By clicking "Allow all", you agree to the storing of cookies on you device to enhance site navigation, analyse site usage, and assist in our marketing effort.