|
|
|
|
|
by jeremiep
3956 days ago
|
|
I don't really enjoy debugging low-level code either, but I absolutely love developing it, reasoning about it and finding solution to problems at that level. Knowing how to code low-level has radically changed how I code high-level as well because I now understand what the potential bottlenecks are on the hardware. Come to think of it, I don't really enjoy debugging no matter what abstraction level I'm at! I prefer taking more time to think carefully about the problem and preventing bugs rather than spending that time chasing them. Which isn't always possible sadly. |
|