Well met,

This article is a growing collection of notes, requests and opinions on standardized coding and development methods for community contributions to the OpenCOBOL project. This article will be updated from time to time, and may include surveys and polls for any issues that may arise.

  • Uppercase linker names. Roger has requested that we name our visible program entry points using CBL_OC_NAME style. The NAME is uppercased and the word separator is an underscore; for C functions, other external procedural symbols as well as OpenCOBOL procedures. For example; occurl_init is to be called CBL_OC_CURL_INIT instead. This naming convention will assist in certain aspects of future compiler development by leaving options open to the compiler authors and assumptions about materials included in the OpenCOBOL project. So once again, CBL_OC_ then entry name for all visible entry points.

Cheers