Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 784 Bytes

File metadata and controls

20 lines (15 loc) · 784 Bytes

General guidelines for examples

The following guidelines are suggestion/rules to submit examples in every programming languages, they can be modified and extended by particular language-specific guidelines available in each code subfolder.

  • code files should be placed in a subfolder named as the programming language used.
  • ideally every file should contain an independent example.
  • author should be identified in a comment block at the beginning of the file, together with any other useful information.
  • code should be commented and respect the common code style of the used language.
  • name the file using a coherent scheme. File name should contain the name of the solved task and additional info e.g plot_raster.py for raster plotting.