obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
636 stars 18 forks source link

(Question) Why you avoid stubbing? #1092

Closed hardBSDk closed 1 week ago

ultimaweapon commented 1 week ago

Because when something goes wrong we don't know which function that is a root cause. It is easier to work with a panic from todo instead of guessing what needs to be fixed.