All public logs

Jump to navigation Jump to search

Combined display of all available logs of OpenKore Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:15, 14 December 2024 4epT talk contribs created page Coding style (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. *...")