Posts Tagged "Productivity"

VSCode Extensions for Productivity

VSCode is one of the most popular code editors these days, offering multiple language support and the ability to transform into a full fledged interactive development environment (IDE) by using extensions. Here are a few extensions that will likely boost your productivity when using VSCode.

How to NOT debug your programs

When working on software, bugs are something that any developer will inevitably come across. As a result, it is critical that the methods of finding and fixing bugs should be well understood and implemented. However, there are a few wrong ways of going about it, which either defeats the purpose of debugging or makes it take more time than it should have required in the first place.