Coding guidelines

In this article, we present the convention we are using to develop Alambic. If you're writing code for Alambic, please follow those conventions in order to facilitate the integration of your code.

  • we DO NOT use hungarian notation
  • we use the following template for statements

  • we use the following template when we create new classes (you can download it HERE)