Mir

Code review comment for lp:~robertcarr/mir/client-focus-notifications

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I really don't like RAII because it's too implicit and hidden from the reader. That said, you kind of need it for exception safety. But I would recommend against ever using exceptions too :)

« Back to merge proposal