Removed

REMOVED

I have no excuse for my programming inefficiency :emo:

Eh, I don’t think I have ADHD or anything, but I spend most of my honors statistics class and English working out bugs in my code or working on algorithms. I upload all my code to github and then I make sure I have a list of all the bugs, and I look at my code on my phone and work out whats going wrong in the code so I can easily fix it later. Sure, my grades have dropped a little, but oh well :smiley: I’ll start paying more attention if they drop below an A :wink:

I’m like you when you’re on your meds 24/7 :slight_smile:

Haha, I think all us programmer type are like that ;D
I get very OCD about my lines of code, and if anything is off a single space, cap, or line I have to go back and look through everything and fix it.

Exactly same way here, I cannot understand how some programmers can be so sloppy with their code and formatting! It all has to be perfectly aligned for me!

It’s pure laziness is what it is! If you’re going to program something at least have the decency to keep it clean. I help teach people what I know of Java through TeamViewer and I can’t help but take remote control of their PC and align their code properly.

Exactly, code formatting is a huge thing for me, it has to be perfect and the variable names must be descriptive. Thats why I hate going over to a C language, and they have this weird coding style and pointers just make me want to scream sometimes, its so damn confusing sometimes trying to figure out what the pointers actually point to. In C#, you can even call methods without adding the parenthesis, that makes me insane.

Yea, code readability is very important to me. I look at old bad code I’ve written and its
tough to understand. Code indentation is as important as Camel Case, who wants to read this awfulness :

int someinteger = 5;
if (someinteger != 3)
{
String my_ugly_variable = “moop soup”;
System.out.println(my_ugly_variable + someinteger);
}

:’( underscored variables make my eyes bleed

I like to think of myself as being ready to code enough to actually have to worry about that, but the only real coding I’ve done is for Minecraft plugins. :persecutioncomplex: Well in java anyway. I’ve done some C# for Unity3D and XNA.

Give me any real game project and I get lost easily… :-X

Yea, me too. I find myself loosing interest or gaining interest in somthing else a couple months into
most projects. What minecraft mods have you made?

I’ve not released anything yet, but I am currently working on a plugin to bring RPG/RP and PvP balance to servers. While I learn how to program Java games as a priority I’ll do that as a side project.

I don’t even know what is ADHD but I don’t take any medicines or whatever, even if I’ve got fever, I’ll leave it and it would be gone in a day or two. And in the sense of coding, I’ll do code when I had no homework, mostly in the form of video tutorials. I’ve had plenty of them and I even presented some of them in our college lab.

ADHD is Attention Deficit Disorder :stuck_out_tongue:
Its a disorder so its perminate and doesnt go away.
Symptoms (some may have some more than others)
-compusivity
-inattentivness
-forgetfullness

OH! I don’t know it. Sorry.