DEV Community

Discussion on: How I learned Go Programming

Collapse
 
johannesvollmer profile image
Johannes Vollmer • Edited

Cool. What do you think of nil?

resolve bad practices of others while keeping the good things.

I think optionals are safer than nil. What do you think?

Collapse
 
codehakase profile image
Francis Sunday

Well technically that may be true, but I prefer to stick with nil I often opt-in for optionals though.. but its preference over standards most times for me.