I work in a software company which has been existence for 27 years and as a result the software framework on which our applications run is all home grown as it predated most of the standards that are commonplace now. As a result of this the day to day working involves a lot of exposure to the low level details of machine and code. A lot of C with low level memory/data structures. The newer code which is authored however is taking the step in the right direction, that is using standard libraries, STL Boost etc if it's C++ or glib in the case of C. However to maintain the codebase developers still need to get their hands dirty and be able to tell what is going on at a lower level. Now I am involved in the hiring for the company for Junior entry level developers and find a really hard time in finding kids who understand these details. Even though they have done coursework in compilers/data structures and algorithms. During the interview some even ask that why are you asking me these things, I can do this in Java using this, in .NET using that. Why do I need this level of details? My questions to the community are a few:
Does everyone agree with me that knowing details like how a process is laid out in address space, how an executable gets built (compiling/linking) etc are essential to know? Or does it depend on what kind of s/w development you are doing. That is: does it make sense in my company's case that developers should know these details? Developers using Java/C# are ok with knowing them. 65-70% of the kids have a very vague idea about these details.
Also these are just not Junior developers recently while searching for a senior guy for my team, I ran into the same issue. People with 15-20 years of experience were in the same boat.
If I feel all the details are essential what is the best way of finding like minded people?
