IT/Software career thread: Invert binary trees for dollars.

  • Guest, it's time once again for the massively important and exciting FoH Asshat Tournament!



    Go here and give us your nominations!
    Who's been the biggest Asshat in the last year? Give us your worst ones!

Lendarios

Trump's Staff
<Gold Donor>
19,360
-17,424
I do get a perverse joy of people who uses mac to emulate windows, and then when stuff fails, they go through all the hoops of trying to fix it, vs just using a windows system, and googling in two seconds the problem they have.
 

moontayle

Golden Squire
4,302
165
Previous dev went through the trouble of creating a POJO class to store information specific to the service I'm currently working on. Uses it exactly once during a database read and then assigns the information into global AND local variables.

Is that a thing? Seems like a waste of effort. Either use the new Object directly or just straight out read the database info into their own variables.
 

Noodleface

A Mod Real Quick
38,374
16,281
Hahaha, sorry that sort of thing sticks out like a sore thumb. Death wing probably needs to be reprogrammed if he sees something like that at work
 

Deathwing

<Bronze Donator>
16,963
7,982
It's my job to find stuff like that, unfortunately. Or, at least, symptoms things like that cause.

Honestly, I don't have a problem with code written like that within context. a_skeleton_03 is new to C and learning. If someone shows a willingness to learn from their mistakes, a lot can be forgiven.