Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46
  1. #21
    Join Date
    Sep 2008
    Location
    UK
    Posts
    3,670
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Pyroka View Post
    Just small scripts? So you're picking at Hypertext because he's generalized PHP scripts in his post, and you have to pick at it and say that he's totally wrong, it doesn't matter, few MS doesn't matter & that he should grow up... because you're just saying about small scripts.

    Damn, you are more ignorant than I. Achievement + 1.
    He generalized coding preference between most coders. Hypertext cannot accept that using "" or '' is down to personal choice. No, a few MS does not matter unless you're some time keeper with an OCD for quickness :rolleyes:

    Quote Originally Posted by Invent View Post
    ...wait a second. I think we've all forgot the most important topic/question - why is Pyroka in the web dev. forums?!
    He's done enough spamming for today
    Back for a while.

  2. #22
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    It is not "bad coding practice" to use "" instead of ''.

    Here are some benchmarks:





    It's a matter of preference for things like this, there's times to use '', and times to use "", it's only a bad coding practice to use them irresponsibly.


    I know the differences between them, and I told you.
    Very interesting benchmarks, +rep if I can.

    That makes sense. It really shows how slow adding parenthesis when they are unneeded is.


    @excellent:

    Reread my post, apparently you don't get it, I didn't have a main grudge on double/single quotes, it was about general coding practices, like people using parenthesis in language constructs and every other coding practice you can think of.
    Last edited by Hypertext; 23-09-2008 at 10:53 PM.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  3. #23
    Join Date
    Nov 2007
    Posts
    1,253
    Tokens
    150

    Latest Awards:

    Default

    Charlie may say this topic was not started to caus arguements, but it clearly way. Anyone with anything between their ears would know that there are alot of strong and ignorant characters on this forum and no-matter what you tell them they are right. I don't see why people care about other people's coding preferences when if they worked on their own coding skills they could be in with a decent chance of getting alot more knowledge as they spend more time educating themselves rather than caring about other peoples code.

    Things have never been done perfectly, look at america, iraq, the UK government. Let people find out by themselves that they were using bad coding preferences, after all the stuff they code is generally their resposibility.

    Coding preferences don't bother me for that fact unless the person in hand acts as if they know it all. *cough* , not gonna mention any names.


    www.fragme.co = a project.

  4. #24
    Join Date
    Nov 2005
    Location
    Edinburgh
    Posts
    11,690
    Tokens
    0
    Habbo
    Pyroka

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    ...wait a second. I think we've all forgot the most important topic/question - why is Pyroka in the web dev. forums?!
    OI LOL.

    I'm doing serverside scripting, web management and some other crap to do with Python in College, so I guess it'd be nice to look around a few scripts.

  5. #25
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Excellent2 View Post
    He generalized coding preference between most coders. Hypertext cannot accept that using "" or '' is down to personal choice. No, a few MS does not matter unless you're some time keeper with an OCD for quickness :rolleyes:

    He's done enough spamming for today
    Quote Originally Posted by Pyroka View Post
    OI LOL.

    I'm doing serverside scripting, web management and some other crap to do with Python in College, so I guess it'd be nice to look around a few scripts.
    God I hate Python.

    I had to write a module for Trac, that wasn't fun.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  6. #26
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    Very interesting benchmarks, +rep if I can.

    That makes sense. It really shows how slow adding parenthesis when they are unneeded is.
    Either way, it's not consistent enough to say that using '' on a $_GET and "" on an $_GET is "bad coding practice".

    All "" is, is an advanced ''.

  7. #27
    Join Date
    Nov 2005
    Location
    Edinburgh
    Posts
    11,690
    Tokens
    0
    Habbo
    Pyroka

    Latest Awards:

    Default

    I love Python, it doesn't get in a stressy when you type 20 if statements in sequence of eachother.

    Plus, I used VBA as my first coding app so I'm pretty much susceptable to anything.

  8. #28
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    Either way, it's not consistent enough to say that using '' on a $_GET and "" on an $_GET is "bad coding practice".

    All "" is, is an advanced ''.
    True. One is good for one thing, and one is good for another. But sometimes people do it the wrong way.

    @Pyroka: Oh lord. I have a VB class, which I just dropped for an independent study on Java. The course is Computer Science AP AB, for anyone interested go to apcentral.collegeboard.com and navigate to it. This course is really cool, regardless of it being a little boring at the start. But yes, VB is painful, and VBA is more painful, (so I've heard).
    Last edited by Hypertext; 23-09-2008 at 10:58 PM.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  9. #29
    Join Date
    Sep 2008
    Location
    UK
    Posts
    3,670
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    Very interesting benchmarks, +rep if I can.

    That makes sense. It really shows how slow adding parenthesis when they are unneeded is.


    @excellent:

    Reread my post, apparently you don't get it, I didn't have a main grudge on double/single quotes, it was about general coding practices, like people using parenthesis in language constructs and every other coding practice you can think of.
    So now you're agreeing with Dentafrice because he proved you wrong?:rolleyes: So your only grudge with coders on here is because they using parenthesis in language constructs, jesus boy you got problems in life.
    Back for a while.

  10. #30
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    If someone does this, yeah it's wrong.. why do that when you can easily use doubles.

    PHP Code:
    echo 'hey der ' $nakdlnsfs ' wej' $adif 'sdkfjl' $dsklfj 'skfjdsklf' 'dskfjskdlfj' $sdkfjs
    vs

    PHP Code:
    echo "hey der {$nakdlnsfs} wej {$adif} sdkfjl {$dsklfj}skfjdsklf dskfjskdlfj {$sdkfjs}"
    Of course the bottom one is right.

Page 3 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •