|
|
|
|
|
by CodeWriter23
1889 days ago
|
|
I think the gist of what he is saying is typical application programming patterns like crash on exception, gc, etc. are not a good fit for kernel programming. And I agree. Handle the request or return an error and let higher level code handle the error processing. |
|