Hacker News new | ask | show | jobs
by valicord 696 days ago
Do those majority of software engineer jobs never need to traverse a directory or process a complicated multi-layered JSON object?
1 comments

I actually did that last week (parse a json object from an http response). But I used a well known library for the language we use around here. I mean, I also rely on automatic GCs and compilers… and while I saw the theoretical side of such topics years ago in the university, I cannot implement a single algorithm related to them (because I don’t do that on daily basis)