Coding standards - qcri-social/AIDR GitHub Wiki
Code style and formatting
For coding style and indentation, we use this standard: (to be determined by Manish).
Configuration files for IDEs to enforce this coding style are available for (InelliJ/Eclipse/NetBeans: all of them or at least 2 out of 3)
Naming conventions
For naming of packages, classes, and methods, we use this standard: (to be determined by Manish).
File organization
To organize files, we use this standard: (to be determined by Manish).