|
|
|
|
|
by anonymous908213
143 days ago
|
|
> I would never have written my own sorting algorithm to sort a list in the past. I would instead rely on abstractions left for me by those with more experience. And by doing so, never gain experience of your own. It is a truly alien mindset to me to take pride in never understanding what code does, to be comfortable relying entirely on magic words provided to you by others. For me, the simple existence of a bug in the magic word wasting hours of my time, a failure that is not my fault but a failure for which I bear the negative consequences of, is infuriating enough that I am always compelled to have more understanding and eventually more control of everything I write. |
|