StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Maybestring #17

Closed rynorris closed 9 years ago

rynorris commented 9 years ago

Remove all string pointers with a hand-rolled Option type. No more nil pointer dereferences yay!

StefanKopieczek commented 9 years ago

Some comments inline. Basically though, this is 100% better and I'm kind of embarrassed I didn't do it this way in the first place. Excellent refactoring, thank you.

rynorris commented 9 years ago

All comments taken into account. Check 2 new commits and merge if satisfied.