The Dev Digest Newsletter #012
Articles focused on improving your software development skills. Have an excellent read!
We all have seen and written a lot of error messages, how does it impact our users? Why a simple `An error has ocurred` isn't enough? - Read more >
With more and more technologies to compose our stack, we may face some questions from potential hiring or even when talking with your friends, such as: "- Why did you choose X over Y?". Here a some ways to explain and justify your picks - Read more >
I love to talk and study linters and have never read an analysis from JavaScript community, I found it very interesting and insightful, it made clear an intuition that I had that most of the people uses linters to: `Maintain code consistency`, `Prevent errors`, and `Save discussion time`. I find linters a strong tool to reduce Time to Merge from Pull Requests. - Read more >