Off Topic > Off Topic

Programming Megathread

Pages: << < (3/241) > >>

ZSNO:


--- Quote from: Foxscotch on October 28, 2015, 09:20:59 PM ---function helloWorld () {
    console.log('UGH');
}
I would NEVER put a space there in a function call because that is the most hideous thing in the entire planet earth

--- End quote ---
imo not having the open brace on its own line is hideous. I hate it so much; inhibits my ability to quickly scan code.

Ipquarx:

will C# code compile without a "using System;" at the beginning?

Foxscotch:

alsooo HTML isn't a programming language
--- Quote from: ZSNO on October 28, 2015, 09:26:16 PM ---imo not having the open brace on its own line is hideous. I hate it so much; inhibits my ability to quickly scan code.

--- End quote ---
I don't like it that way at all. idk why not ¯\_(ツ)_/¯

Headcrab Zombie:


--- Quote from: Ipquarx on October 28, 2015, 09:33:34 PM ---will C# code compile without a "using System;" at the beginning?

--- End quote ---
Yeah, all that does is prevent you from needing to qualify everything with "System."

Becquerel:


--- Quote from: Foxscotch on October 28, 2015, 09:39:39 PM ---alsooo HTML isn't a programming language

--- End quote ---
Damn, mustve studied the wrong stuff
Sorry about that, fixing now

Pages: << < (3/241) > >>

Go to full version