On this article, we want to show you how to implement test driven development in Go Language with VS Codes.
What is Test Driven Development
Test Driven Development (TDD) is a programming technique when you do test first development. It is introduced in the era eXtreme Programming with their Agile process. The idea of test driven is like this
Create the empty function with input and output.
C...
[More]
Four years ago, I created a tutorial about how to use GIT in Visual Studio Codes. Time pass by, Visual Studio Codes provides better integration with GIT in their current version. In this article, we will show you how to use GIT easily in the Visual Studio Codes
Before we go
Before we dive into the integration between Visual Studio Codes and GIT. You need to have:
Current version of visu...
[More]
Visual Studio Codes supports a lot of programming languages. Starting from C# to JavaScript, Visual Studio Codes can be everyone. Comparing with full feature IDE like NetBeans, Visual Studio 2019, or Eclipse. Visual Studio Codes provides an effort to 'near' full featured IDE. On this article, we will show you how to configure GO language in your Visual Studio Codes. Go is an open source programmin...
[More]