You should write your code so that it can be easy to change. Instead of reusing something to save you 5 minutes of typing, just use it as boiler plate and rip out what you dont need and rewrite the stuff that is not exactly what you need.
And use language built in structures rather then defining your own, it makes the code easier for others and more performant.
I actually came here to say that linking to a specific one was the smart move.
I find it trivial to go up one dir in GH, but I’m rarely sure what folder to drill down in to to find a good direct example. And linked-list is an excellent direct example.
shash7|5 years ago
z3t4|5 years ago
Zababa|5 years ago
https://news.ycombinator.com/item?id=17134831 (2018)
https://news.ycombinator.com/item?id=17573431 (2018)
aparsons|5 years ago
joshspankit|5 years ago
I find it trivial to go up one dir in GH, but I’m rarely sure what folder to drill down in to to find a good direct example. And linked-list is an excellent direct example.