HN user

__pid_t

-12 karma
Posts0
Comments3
View on HN
No posts found.

This. I found that I was on a different level than my peers in college in terms of programming ability. I knew I was on a different level because we had group work, and it was very annoying having to explain simple things like how to do a linear search for an element in an array. At that point, I believed that some people with CS degrees actually _can\'t_ do fizzbuzz

In the end, I had practiced more and have pretty much programmed everyday for 7 years, while they only did the minimum requirement to pass classes in CS>

Go 1.7.1 Released 10 years ago

nil pointer dereference in closeConnIfStillIdle

What happens here? Does Go suffer from boundary access issues that C has? You know, in Rust, you don't have to worry about that, but is it the same for GO?