DEV Community

Discussion on: I am a full-time freelancer aged 21. I work mostly in PHP and React. Last year I made approximately $75,000 in revenue. AMA!

 
rhymes profile image
rhymes

That I did! And Go is the first language that addresses my biggest pet peeve: I can have a variable named InvitationToken in Go, invitation_token in the database and invitationToken in JSON all in one statement!

Yeah, that aspect of Go is truly cool. I only wished it wouldn't use interface{} for practically everything during serialization.