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

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,244
15,025
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,717
7,731
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.