|
|
|
|
|
by bryanlarsen
1375 days ago
|
|
Just start coding while avoiding lifetimes is great advice, but that's easier said than done. Rust makes some hard things simple and exposes hidden complexity in things you thought were simple. Maybe I'd reframe it as "just start writing code, and use RC<> liberally to avoid lifetimes until you get a handle on them." Also avoid async for that first project too. |
|