Development

Last week I have touched source file organization of generated code. Today I’ll share some thoughts on testability of code when a part of it is generated.

Online compilers can be useful tools to quickly compile a snippet of code without having to install a proper compiler on our computer. They can be especially useful to play […]