Abstract
Coding conventions are part of any structured software development process, and can be established for many reasons, ranging from improving readability of code to avoiding the introduction of security and safety flaws. Like many other artifacts in the development process, coding conventions come in the form of textual documents written in natural language, possibly with code examples. It …