#programming
Read more stories on Hashnode
Articles with this tag
Get the most out of the Touch Bar in Visual Studio Code with two extensions and a little bit of configuration. ยท The touch bar on the MacBook has the...
In JavaScript code, especially in older legacy code, you sometimes find the expression void 0. The void operator evaluates an expression and returns...
The conventional wisdom is that you should have good test coverage before refactoring your code. Making mistakes during refactoring will introduce...