Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to write proper PHP - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to write proper PHP

2»

Comments

  • @telephone

    that's something useful i was going to post, if you haven't

    it does a huge difference when you code has to burden heavy load

    writing clean code even for your own eyes is just getting an habit to do it everytime

    single vs double quotes, dot vs coma concatenation (php speaking) must became an automation, even if sometimes they're less readable: it's a trade off to the right side of the fence

    @joepie91

    there's something you totally forgot: api consistency. you can put every braces you want, if you start swapping params order in your signatures, if you change variables name for the same data from function to function, you're wasting your diligence ;1

Sign In or Register to comment.