About the author
Nearly 2 years ago, on 14 Sep 2017, I discovered Visual Studio Code, and tried it out.
Some time in 2008, I started using it actively to develop code in Go.
Recently, in order to test an issue in the Linux environment of Android, I've decided to test the equivalent code on Ubuntu 18.04.2, and installed Visual Studio Code there as well.
I must say, using VS Code on Ubuntu is quite fun!
Here's a screenshot of some example code I've developed.
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.