Giter VIP home page Giter VIP logo

Comments (2)

abiusx avatar abiusx commented on August 17, 2024

We will be using a round of automatic syntax change using tools at the end, thats why not much pressure is put on the team for now. Check the style convention wiki page.
-A


Notice: This message is digitally signed, its source and integrity are verifiable.
If you mail client does not support S/MIME verification, it will display a file (smime.p7s), which includes the X.509 certificate and the signature body. Read more at Certified E-Mail with Comodo and Thunderbird in AbiusX.com

On Tir 26, 1392, at 3:32 PM, vanderaj [email protected] wrote:

Please always use braces, even if it's only one line. It's also in the PSR that this project uses.

Wrong:

if ( $foo )
blah();
Right:

if ( $foo ) {
blah();
}
The wrong way is a constant source of maintenance bugs, so let's just be strict about it.


Reply to this email directly or view it on GitHub.

from phpsec.

rash805115 avatar rash805115 commented on August 17, 2024

So like abbas pointed out, I am leaving this for now....we will apply a general guideline to the whole package in the end....

from phpsec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.