[Nice] New SDP parsing API

Olivier Crête olivier.crete at collabora.com
Tue Feb 5 00:47:51 PST 2013


Hi,

On Tue, 2013-02-05 at 11:28 +0530, Rohan Garg wrote:
> I notice that you use goto quite liberally elsewhere, but isn't usage
> of goto generally frowned upon? ( I haven't looked the rest of the
> code thoroughly enough to say if it can be converted to not use goto
> ).

Using goto is ok if you use it right, for example, in C, it's quite
popular to exit in case of errors, since we have no exceptions.

-- 
Olivier Crête
olivier.crete at collabora.com



More information about the nice mailing list