LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-23-2022, 11:52 AM   #16
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,599

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546


I did not say the purpose of writing code is to improve skills of beginners, but I am saying that reading well-written code is a valid way to learn - just as in any craft, one may learn by observing someone more skilled/experienced than themselves.

When code is well written, a beginner can understand the generality of what is going on even whilst they don't yet understand every detail of how it is happening.

Clearly when anyone encounters new language elements they cannot immediately achieve full understanding, but the best code can serve as an example of how to use a particular element and thus aid with understanding. (It's not always possible to write code in that manner - again, if there's a reason to combine multiple obscure constructs in a potentially confusing manner then a good developer will do it, whilst providing a suitable explanation why.)

 
Old 10-23-2022, 12:34 PM   #17
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 375
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
Are tech interviews broken — or is the cruelty the point?

But if I was responsible for hiring developers at a tech company and I wanted to have a team of neuro-typical people who can work well when put on the spot, won’t question cruel decisions by management, and won’t walk away when confronted by unfair working conditions — then I would make my coding interviews as brutal as possible.


https://leftalign.substack.com/p/are-tech-interviews-broken-or-is

Last edited by BenCollver; 10-23-2022 at 12:35 PM. Reason: Add a quote from the article
 
Old 10-23-2022, 08:00 PM   #18
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
I have very little patience for this sort of "tech interview." In my experience, the most-critical and yet most-lacking aspect in any "team" that I have encountered is that the "team" members actually don't yet know how to work "as a team." They are simply still conditioned to regard their own(!) technical skills – whatever those "skills" may be – as more important (to their own long-term career futures ...) as "those of the team."

It should be implicitly understood that "the individual 'technical skills' of various team members might vary more-or-less," while "the combined(!) 'technical skills' of that same group of people" can be focused(!), with proper management, on that collective(!!) goal.

If you possess even the basic "football-carrying competencies" that are needed, then the single factor that I am most interested in is: "can you actually be a part of a team?" In other words, "can you give 'your precious Self' up, in pursuit of a common goal that is bigger than you are?"

Unfortunately, what I still find are: "Lone Wolves." They are, simultaneously, "utterly convinced of their own singular prowess," and, "entirely unaware of 'how to share the win.'" Therefore, for perhaps their entire careers, you hear them grousing on this-or-that forum how "their boss is out to get them" while they "[single-handedly ...] carry the entire load."

Last edited by sundialsvcs; 10-23-2022 at 08:03 PM.
 
1 members found this post helpful.
Old 10-25-2022, 06:11 PM   #19
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Noting that OP is banned by the way.

A lot of that is "How you run your team"

If you allow people to not participate, to not collaborate, and to wallow in their own egos, then they're not a member of the team. And that atmosphere could be the team lead's fault.

You can't read minds and hearts, but you can try to assess technical skills, team skills, and professionalism.

This is why the first 90 or so days people can usually be dismissed more easily. It's NOT good, that's not normal and does reflect on you as a hiring manager.

I prefer to assess their technical skills by presenting them with a design challenge and seeing how they approach it, and give them unforseen issues to also see how they approach that, then see how they debug a problem that wasn't necessarily due to their design, or their code.

I certainly want to assess how I feel they will work with the team, and therefore team members are part of the interview and have full input about the decision. I mean if an excellent team member is reluctant on a candidate, that means something to me, and I just don't override their opinions.

Many times they give a presentation of their self to all of us at the start of their interview process. When we conduct the interviews assessing their teamwork and technical abilities, it is typically two persons on the hiring end together each part of the process. To me that helps a ton, you see how a person reacts to different people, live.

Better to not hire a marginal candidate than to give in, and potentially have to deal with the fallout.
 
2 members found this post helpful.
Old 10-26-2022, 11:23 AM   #20
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
On more than one occasion, "star quarterbacks" have come up from the college ranks and utterly washed out when they reached the pro teams. Because they were so much better than their college teammates that the "team" simply let them have the ball. When they were among other players who were every bit as good or better than they were, they had a lot of time adjusting and sometimes couldn't do it.

In every team I've led or been a part of, we had a "five-minute rule." If you couldn't come up with a strategy within five minutes, you were instructed to seek help from your teammates, and they were instructed to help you. We also had every-morning meetings – I think they call them "stand-ups" sometimes – where everyone told everyone else what they were planning to do, and sometimes they were then asked to provide details. The essential notion is that "no one 'owns' anything." The team owns everything, and only the team. We also had mentors, and there was actually a little mostly-informal training guide for those mentors. When you were a newcomer, you were paired-up with a mentor or two.

Last edited by sundialsvcs; 10-26-2022 at 11:25 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Please answer these two interview questions crahuldba@gmail.com Linux - Newbie 9 06-27-2011 11:30 AM
I've got questions, you got answers? cynicalpsycho Linux - Newbie 16 03-20-2009 07:57 AM
getting updates today is IMPOSSIBLE (today)!! mtdew3q SUSE / openSUSE 3 10-17-2007 12:53 AM
amazing job interview today jukebox55 General 7 09-07-2007 11:09 AM
So I was at this interview today... bkeating General 2 07-12-2002 10:09 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 04:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration