I think you’re missing the point. It’s exactly cause Microsoft created it that people get worried about it. The EEE is an actual phrase found to be used internally in Microsoft, albeit being some time ago. Though there’s no knowing whether it’s still circulating now, it’s hard to trust them to be good stewards forever.
The
return
statement always returns for the function, regardless of scope within the function. So what you want is justSome(link)
without the semicolon.That said, I’m not quite sure if you’re using the
for
loop correctly here. Are you trying to get just one value out oflink_nodes
?