So I'm not the only one that works like this. Amazing. Not for the same reason, mind you, but I still much prefer to work alone. My issue is more of the communication aspect of working with others, where I usually end up looking at the code added and wonder "... the hell did they just do?"Quote:
Is it JUST you?
Yes. I haven't gotten anyone else to collaborate mostly because I'm a dick when I think things should be done a certain way. I think working with someone would be more of a burden than a blessing.
Some people don't like using self explanatory variables or commenting their code.Quote:
So I'm not the only one that works like this. Amazing. Not for the same reason, mind you, but I still much prefer to work alone. My issue is more of the communication aspect of working with others, where I usually end up looking at the code added and wonder "... the hell did they just do?"
This post is gay.Quote:
So I'm not the only one that works like this. Amazing. Not for the same reason, mind you, but I still much prefer to work alone. My issue is more of the communication aspect of working with others, where I usually end up looking at the code added and wonder "... the hell did they just do?"
I know! D: I'm also guilty of not commenting my code, but I do try to give my variables somewhat descriptive names.Quote:
Some people don't like using self explanatory variables or commenting their code.
Not commenting is bad enough by itself (I'm guilty of this, do not ask for any of my source D: ), but then people want to add to this problem by using completely nondescript variable names, so you end up with like A342837 = J573 + Z342, making tracing what the hell is supposed to be happening, and where/why, an incredible chore.
I honestly don't know why you'd bother to release your source if you're not going to at LEAST use self explanatory variables ._.