profile-img

We spent decades trying to invent a sufficiently smart compiler when we should have been inventing a sufficiently empathetic one.
๐Ÿ’ผ AWS, opinions my own

calendar_today15-01-2010 19:32:23

39,9K Tweets

9,1K Followers

4,5K Following

@ekuber@hachyderm.io(@ekuber) 's Twitter Profile Photo

If you are starting learning Rust, try to follow this rule of thumb: only owned types in fields of your own types, always return owned values unless you're passing through directly from a function argument, clone liberally, derive(Copy) when possible, use Arc/RefCell to unblock.

account_circle