|
|
|
|
|
by tester756
895 days ago
|
|
Is going from high level to low level somehow worse? I went from very high level (C# web and even webassembly) to C and while I believe I learned a lot and my understanding of computers improved, then I think the biggest lesson is that one of the most important programming ecosystems (C) is a very messy and painful. Not because it must be painful, but because of decisions made decades ago, maybe some inertia, maybe backward compatibility, maybe culture, who knows? Low quality compiler messages, ecosystem fragmentation, terrible standard lib (where are my basic datastructures), memory management being minefield, etc. |
|