Page 8356 of 9954

Re: The You Game!

Posted: Tue May 30, 2017 10:42 pm
by PluMGMK
< is happy for ^! :D

… Has < mentioned < hates Python? :mrgreen: Actually < is getting used to it now so <'s warming to it a bit. :P

Re: The You Game!

Posted: Tue May 30, 2017 11:11 pm
by Serza5
< only ever used python in 1st year uni for maths
< can't mind much of the language but trying to use a debugger which was essentially a command prompt styled program was a nigthmare

Re: The You Game!

Posted: Tue May 30, 2017 11:44 pm
by Ray502
< has been hungry for most of the day, even though < has been eating a good amount of food.

Re: The You Game!

Posted: Wed May 31, 2017 10:30 am
by Hunchman801
PluMGMK wrote:… Has < mentioned < hates Python? :mrgreen: Actually < is getting used to it now so <'s warming to it a bit. :P
< thinks programming languages with indentation requirements should be made illegal.

Re: The You Game!

Posted: Wed May 31, 2017 10:36 am
by PluMGMK
< thinks unindented code should also be made illegal though. :P

Re: The You Game!

Posted: Wed May 31, 2017 10:46 am
by Fifo
< doesn’t like it when code isn’t indented. Makes it hard to follow.

Re: The You Game!

Posted: Wed May 31, 2017 10:58 am
by Hunchman801
PluMGMK wrote:< thinks unindented code should also be made illegal though. :P
< couldn't agree more. Or badly indented code.
< just appreciates the freedom to tweak it a little for the benefit of clarity.

Re: The You Game!

Posted: Wed May 31, 2017 11:26 am
by Master
Oh yeah, < indents obsessively. What bugs < in particular though, is how indents can look different depending on which text editor you view it in. < can have some well indented code, but then when < opens it up in Notepad for a quick edit, the indents look off.

Re: The You Game!

Posted: Wed May 31, 2017 11:43 am
by Fifo
Master wrote:Oh yeah, < indents obsessively. What bugs < in particular though, is how indents can look different depending on which text editor you view it in. < can have some well indented code, but then when < opens it up in Notepad for a quick edit, the indents look off.
< doesn’t get it. Are you referring to the indent width?

Re: The You Game!

Posted: Wed May 31, 2017 11:48 am
by Ambidextroid
< doesn't use notepad to look at anything codey, one of the first things < does on a new PC is install Notepad++.
< wonders if anyone's seen the new Castlevania trailer on Netflix? <'s pretty excited :D

Re: The You Game!

Posted: Wed May 31, 2017 12:23 pm
by Fifo
< also uses Notepad++.

Re: The You Game!

Posted: Wed May 31, 2017 2:01 pm
by Hunchman801
Master wrote:Oh yeah, < indents obsessively. What bugs < in particular though, is how indents can look different depending on which text editor you view it in. < can have some well indented code, but then when < opens it up in Notepad for a quick edit, the indents look off.
< says it's all because of developers who haven't realized it's not 1970 anymore and still think 2 spaces is an acceptable tab width on modern screens. Or those who must be coding on a 85" TVs not to see that 8 spaces is a ridiculously high setting. And don't get me started on spaces. :pascontent:

< revived the programming thread earlier today, by the way. :hap:

Re: The You Game!

Posted: Wed May 31, 2017 3:07 pm
by Fifo
< always uses 4 spaces to indent code.

Re: The You Game!

Posted: Wed May 31, 2017 3:10 pm
by Hunchman801
Fifo wrote:< always uses 4 spaces to indent code.
< thinks using spaces is worthy of a ban.

Re: The You Game!

Posted: Wed May 31, 2017 3:13 pm
by Fifo
< disagrees. < wonders why.

Re: The You Game!

Posted: Wed May 31, 2017 3:14 pm
by Ambidextroid
< bans hunch for not banning Fifo in the ban the member above you thread

<'s taken to writing notes on <'s hands to remember physics equations and constants, <'s plastered in what anyone else would think is total jargon and it's spreading to <'s arms :oops2:

Re: The You Game!

Posted: Wed May 31, 2017 3:17 pm
by Ray502
< slept in for like a couple extra hours on the comfy, comfy bed.

Re: The You Game!

Posted: Wed May 31, 2017 4:11 pm
by Droolie
Fifo wrote:< disagrees. < wonders why.
< prefers tabs because 1 tab is 1 indentation unit as opposed to 1 space being either half or 1/4 of that. Using tabs also makes it very easy for everyone to adjust the indentation width to their liking (just adjust how tabs are displayed) while that's not possible at all with spaces.
< hates it when < copy pastes code from the internet and it's indented with spaces. Some programming languages won't even work with files indented with both spaces and tabs :(
< also uses Notepad++, by the way. With a customized dark theme. Much easier on <'s eyes.

Re: The You Game!

Posted: Wed May 31, 2017 4:37 pm
by Serza5
< mostly uses notepad++ when < isn't working from a game engine where visual studio is the preferred choice
< appreciates vs for its auto indent feature as it's a pain to try and fix it all when < tries to cut and paste code

Re: The You Game!

Posted: Wed May 31, 2017 4:45 pm
by Hunchman801
Fifo wrote:< disagrees. < wonders why.
<'s answer is that the very purpose of tabs is to indent things, which makes it rather senseless not to use them. Especially that the reasons not to (e.g. different people use different tab widths which can result in misaligned stuff) are based on bad habits which we should fight rather than accomodate. And anyway, the least would be not to force those habits on other developers, which happens with spaces since the width is therefore hardcoded.
Ambidextroid wrote:< bans hunch for not banning Fifo in the ban the member above you thread
< got banned. :cry:
Drolpiraat wrote:< prefers tabs because 1 tab is 1 indentation unit as opposed to 1 space being either half or 1/4 of that. Using tabs also makes it very easy for everyone to adjust the indentation width to their liking (just adjust how tabs are displayed) while that's not possible at all with spaces.
< hates it when < copy pastes code from the internet and it's indented with spaces. Some programming languages won't even work with files indented with both spaces and tabs :(
:chinois:
Drolpiraat wrote:< also uses Notepad++, by the way. With a customized dark theme. Much easier on <'s eyes.
< uses Notepad++ a lot for web development, though < recently discovered Visual Studio Code and it's pretty awesome. Sublime and Atom are pretty good, but this one is even better.
< obviously uses Visual Studio for C++ and C# development though.