Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root825286y@delc82 Handwritten, unfortunately. Worse than intern level, and yet he called himself a junior dev. He didn't know minifying was a thing (or that build tools of any kind existed at all).
The only spaces in his code were in strings. Everything else touched the left margin. No blank lines either, and he defended all of this saying it was easy for him to read.
Also, no loops of any kind. To repeat the same action 8 times, he copypasted the code 8 times.
It was his second (and last) code review. -
I actually can't make up my mind... Two things from a former coworker (with a master in computer science!) popped up when I read your question.
A) A VB program without loops. He really copied the same line ten times and modified the one value by hand. Four times!
B) A C++ program that was actually a *demo* from the Centera API documentation, slightly adapted. It was a mess of a dozen "if (foo())" - lines, making the code wandering to the right. -
delc823166y@Yamakuzure I don't understand how those people passed the coding test to get the job.
-
Root825286y@Hubot-0x58 haha I did. I gave him a list of things to fix and things to learn, e.g. for loops. He didn't. He was basically a complete newbie to development, and I didn't have the time to teach and handhold. I had projects that needed doing and not enough people to do them, so letting him go actually improved our productivity.
I used to hold free classes to teach utter beginners, and much of their code was better 😅
@delc82 Neither, unless there wasn't a coding test at all? -
@delc82 He was a brillant project manager. But that wasn't what he was hired for. Got fired in the end due to incompetence. 😕
-
@delc82 Well, he really messed up some projects and sucked our reputation down a lot with some clients. One of them being Pioneer in Luxembourg.
Related Rants
What is the worst thing you have encountered in a code review?
rant
worst
code review