I find #golang struct/methods less stressful then full-on classes. Class syntax can encourages you to think ahead when you aren't ready. In Go, you to write the struct, use it, and then write the function when you need it. Which is funny because no reason you can't do that with classes.
7 likes 1 replies
?