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?

  • Boomkop3@reddthat.com
    link
    fedilink
    arrow-up
    4
    ·
    11 hours ago

    Use a library if it fits your use case. Build your own if you enjoy it, or require some specialty features