I’m currently working on a project in C where I have a choice between using a library for hash tables or simply creating my own hash table from scratch.
What would look better on a Github portfolio from an employability perspective?
I’m currently working on a project in C where I have a choice between using a library for hash tables or simply creating my own hash table from scratch.
What would look better on a Github portfolio from an employability perspective?
I disagree with most people here. The interview is the most important thing, so build it from scratch and make your own libraries. You will learn how to design good APIs which will make you infinitely more likely to get hired and promoted too.