Coding style: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 December 2024

  • curprev 19:1519:15, 14 December 20244epT talk contribs 4,330 bytes +4,330 Created page with "== 1. Introduction == OpenKore is written in Perl, a scripting language. Although Perl is a fine language, due to the language's extreme flexibility, many developers (including Kura, the original author of Kore, and many modders) make coding mistakes. The goal of this document is to inform developers about how to properly write code for (Open)Kore. == 2. Coding style== * Use Tabs, not spaces. * Put the bracket immediately after a statement or subroutine definition. *..."