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
-
Crost41083yI gave him feedback to try and work on a few open source projects, once he gets more confident read clean code and head first design patterns. Maybe apply to a graduate scheme or slightly larger company that can make a more long-term investment.
I think that's good advice, I hope not too harsh. -
If anything, it should have been harsher. Junior is short for "junior dev", and failing to write an if/else means he isn't a dev at all and thus shouldn't apply to dev positions.
That's why companies do super-easy coding tests like Fizzbuzz - to filter out such frauds. -
Couldn't write an if else?! Come on, i wouldn't feel bad, I'd be pissed he was wasting my time by applying. I expect a junior level dev to be at the level where they can do a lot more than that.
A junior dev might have zero commercial experience, but they sure as hell shouldn't have zero coding knowledge. -
Crost41083y@AlmondSauce indeed, I thought he was at intern level where you have little expectations and it's a bit more leaning on charity.
I guess I'm not harsh enough đ -
Crost41083yAs an interviewee I never realised the other side's point of view. Pressure to not fuck up and hire someone bad, represent the company, and not make the candidate feel like crap...
-
I have coworkers that can't write conditional logic. The entry bar is very very low.
-
hjk10157313yHave heard about it before never looked at what FizzBuzz really is.
https://play.golang.org/p/...
This is correct right? Don't need else statement but you kinda need to know modulo or do some accounting. -
@hjk101 You don't need it, but the more normal way tends to be to write that as one big, chained if / else block.
-
hjk10157313y@AlmondSauce At most I would go for 4 if/if-else/else statements (for four different outputs) is that what you mean?
Here are the implementations I could think of
https://play.golang.org/p/...
Related Rants
-
boombodies28âYeah but youâre not a *real* developerâ Fuck. you. I wrote 80% of this code base. I do 80% of the tic...
-
matosha7JuniorDev: I made some changes to your code and it seems to work better. Me: Awesome, thanks dude. Inner-me:...
-
gitlog8And then... Another junior arrives... With newer set of buzzwords XD
had to reject a junior candidate today. Couldn't really write an if else statement.
Always feels bad, I remember being mortified when I was at that level.
rant
juniors