[TYPO3-core] Request for Change in CGL

Markus Klein klein.t3 at mfc-linz.at
Thu Apr 4 09:17:42 CEST 2013


Hello list!

 

I’d like to suggest a change for the Coding Guidelines.

Currently the CGL suggests to have multi-line conditions formatted like that:

 

If (condition1 &&

                Condition 2 &&

                Condition 3 &&) {

}

 

I’d suggest to change this to the more readable version:

 

If (

                Condition1

                && condition 2

                && condition 3

) 

}{

 

What do you think?

 

Kind regards

Markus

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20130404/ca4b33ab/attachment.htm>


More information about the TYPO3-team-core mailing list