I like to write my PHP code like this:
function doSomething(){ // something}
instead of
function doSomething() { // something}
but the second way is how most people do it. Which is considered the best practice?
No comments:
Post a Comment