5 ms·
Another thing in that vein is features that were built because the previous approach was obtuse. For instance, find it harder to explain async/await in JS to pe
by sakex 3mo ago
Another thing in that vein is features that were built because the previous approach was obtuse. For instance, find it harder to explain async/await in JS to people who never experienced callback hell, or why there is a borrow checker in Rust to people who never tried C++.
- nly 3mo agoIn well thought out C++ software lifetime rarely becomes an issue because deciding on ownership and object lifetime is unavoidable as part of the design process.