|
|
|
|
|
by Kranar
1214 days ago
|
|
This is so weird. Someone self-studies a pretty challenging book on data structures and algorithms and you don't think that makes them curious and motivated to the point that you'd not feel comfortable working with them? What do you consider to be curiosity and motivation if not someone taking the time and effort to work through something like on their own? The way someone smiles? I feel like too many people in this profession put down the hard work and effort people go through to study this kind of stuff, as if there's some kind of insecurity towards those who know data structures and algorithms, are good at leetcode, have side projects. It's like all that matters to people is whether someone comes across as a nice guy they'd like to have a beer with and talks nicely. |
|
What you learn in DS&A is nearly orthogonal to many tasks a programmer does in an enterprise setting including
- writing code and documentation optimized for readability by multiple audiences with varying degrees of familiarity - learning and integrating and interfacing with other systems - modeling business constraints - working and tracking project completion in a team
It's not the passion regarding DS&A that raises yellow flags, it's the lack of awareness (though that may be OP's omission) that DS&A familiarity is only one aspect of programming.