Task #1494

Change CGL text

Added by Tim Eilers almost 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-09-10
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Content
Target version:-

Description

Please change Example A19
from this

if (weHaveALotOfCriteria() &&
   notEverythingFitsIntoOneLine() ||
   youJustTendToLikeIt()) {
      doThis();

to this
if (weHaveALotOfCriteria()
   && notEverythingFitsIntoOneLine()
   || youJustTendToLikeIt()) {
      doThis();

due to this mailing list thread voting:
http://support.typo3.org/projects/typo3-5-0general/m/typo3-50-general-coding-guidelines-rule-for-long-criteria-line-breaks-voting-360490/p/9/

Also please correct Example A24: It has to be "the
exception is for" not "the interface is for".

History

#1 Updated by Karsten Dambekalns about 6 years ago

  • Status changed from New to Resolved
  • Assigned To set to Karsten Dambekalns
  • % Done changed from 0 to 100

Fixed, the second change will be published on next CGL update.

Also available in: Atom PDF