3 GIT productivity features explained
I know there are some people in the community that use GIT on a day-to-day basis...
2018/10/26I know there are some people in the community that use GIT on a day-to-day basis...
2018/10/26Chrome's DevTools (and its Firefox counterpart) is undoubtedly one of the most used debugging platforms...
2018/10/26Now, the last rule is more prevalent to <strong>interpreted</strong> languages than compiled ones but here it is:
2018/09/28Another problem when treating errors is that we sometimes forget to return an invalid return value. Let's check out the second rule regarding this:
2018/09/28Let's start simple. You have a method that, sometimes, when called with certain arguments or at certain times it might fail. How do we tell that to the user? What about to the programmer using that method?
2018/09/28The next method of commenting, we surprisingly saw a lot of in the industry, is <strong>section commenting</strong>. It starts simple, with a question asked but almost any programmer after a bit of experience:
2018/09/21There are quite a few conventions when it comes to commenting your code. Let's break them down and see how good/bad they are.
2018/09/19Here's a practical solution that can be applied at any moment in development you want with doing these simple steps until there are no longer any exception cases nesting the main code.
2018/09/18