Skip to content

Coding Standards

Pritesh Mhatre edited this page Jan 7, 2020 · 3 revisions

Library File Names

AmiBroker libraries are available in AFL files, we will name each file as per following convention.

%category%-util.afl (Example: text-util.afl)

Coding Standards

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.

Documentation

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.

Clone this wiki locally