AsiaCel
[AIDS] ACCELERATIONIST INCEL DEATH SQUAD
★★★★★
- Joined
- Nov 24, 2017
- Posts
- 21,548
Why are codecels such autistic fucks? And I say that as an autistic codecel.
I ranted about my code being "bad" back then because of the visual studio analysis giving it a high complex rating. I understand, and that I these days I had improved the coding.
I need to rant regarding my work.
Like, if my shit doesn't work or is otherwise slow/buggy, then feel free to toss your shit at me but at this point it's just perfectionism and borders on assholery. If you're so concerned about "fixing my code" why don't you ask me directly instead of spending "entire morning" doing it?
Moreover, my code was throughly tested, and is on-line with the speed of other code (even the guy approved); like there's only so many ways to grab something from a database (and that part is what consumes most time).
Most importantly my code works and the user is satisfied
Well okay we'll see about that. But to be honest, I'm sick of the complaining; I wrote code way worse than that in performance, readability, and safetyness (the chance to get a pointer error etc) and in the old job, the guy just kept using me to write his functions (he was fairly chill).
I ranted about my code being "bad" back then because of the visual studio analysis giving it a high complex rating. I understand, and that I these days I had improved the coding.
I need to rant regarding my work.
Funniest thing is he complains about I "copy code without understanding them" then in the same moment, says they I don't follow his standards....which one is right then???Example 1:
I used dictionary and tuple as a "hashset" object, which is, an item with same name can have its values added instead of being replaced.
He wasn't happy about that. I admit, dictionary of C# is fuckery, and you must 100% be sure that you have the data or the pointer error will fuck you up.
So I made use of C# LINQ, which is pretty similar to SQL code; he the complained my code not being "3D" enough because I grouped by user ID, then item type second; whatever the hell does that mean.
Example 2:
This stems from my latest "criticism" by him.
-complains of legacy code being left as comments
-muh formatting/spacing
-write long params description on functions or make new DTO (objects) instead of using tuples
Example 3:
Complaining me about minor things
For example
Var link = string.format("www.blah.com");
return link;
VS
return string.format(www.blah.com");
Like, if my shit doesn't work or is otherwise slow/buggy, then feel free to toss your shit at me but at this point it's just perfectionism and borders on assholery. If you're so concerned about "fixing my code" why don't you ask me directly instead of spending "entire morning" doing it?
Moreover, my code was throughly tested, and is on-line with the speed of other code (even the guy approved); like there's only so many ways to grab something from a database (and that part is what consumes most time).
Most importantly my code works and the user is satisfied
Well okay we'll see about that. But to be honest, I'm sick of the complaining; I wrote code way worse than that in performance, readability, and safetyness (the chance to get a pointer error etc) and in the old job, the guy just kept using me to write his functions (he was fairly chill).
Last edited: