Programming styleThis section of PLC programming conventions covers the following topics.Font and editor settingsUse same font settings [+]LanguageUse English language [+]Observe valid characters [+]Project structureModular project structure [+]Folder structure [+]Sorting schema in the project tree [+]No unused declarations/objects or useless code [+]Program structureObject-orientated programming [+]Structure of program elements [+]Structure of text blocks [+]Comments [+]