-
Notifications
You must be signed in to change notification settings - Fork 15
Coding Standards
Pritesh Mhatre edited this page Jan 7, 2020
·
3 revisions
AmiBroker libraries are available in AFL files, we will name each file as per following convention.
%category%-util.afl (Example: text-util.afl)
We mostly follow coding standards for Java programming language. More details are available on Java Coding Standards. The code should be well formatted, easy to read and understand.
We are very strict on the documentation. Detailed documentation must be present in the code as well as on the wiki. Documentation must include examples.