This article will assume you have access to a simple text editor such as Notepad on Windows orNanoon Linux or Mac systems. If you’d like more advanced features like syntax highlighting (different colors repres
code to the right, and status along the bottom. When you run your program it launches in an interactive terminal, which I like, but you lose all IDE features at this point, which I despise. There is no code completion, and
To the extent that this tree is about building SCons packages, thefulldevelopment cycle is not just to test the code directly, but to package SCons, unpack the package, "install" SCons in a test subdirectory, and then to run the tests against the unpacked and installed software. This helps...