|
|
|
|
|
by ainar-g
2230 days ago
|
|
One way to reason about what could have been done better from the
beginning is looking at stuff that is marked as [deprecated] in the
standard library. E.g. how the "try!()" macro was deprecated in favour
of the "?" operator. |
|
That is, there's a path dependence, where the existence of try!() made the ? operator viable.