7 ms·
Rate of features added being high could be directly proportional to our code going obsolete sooner than later. Wouldn't it? I also understand that Rust is quit
by kaushikt 6y ago
Rate of features added being high could be directly proportional to our code going obsolete sooner than later. Wouldn't it?
I also understand that Rust is quite backwards compatible which is good but a planned better version of releases would be easier for everyone to keep track, update codes, etc.
- ChrisSD 6y agoIs the rate of features being added high? Things that wouldn't even be a footnote in a new C++ release announcement can be highlighted in a Rust release announcement which may give the impression of lots being added but it ultimately doesn't amount to much.
- eecc 6y agoWhat does obsolete mean anyway? As long as the compiler remains backwards compatible nobody forces anyone to rewrite programs that deliver their requirements at the time they were developed. Major compatibility breaks occur on a very long time-frame and most certainly with a version bump prominent enough to draw anyone's attention. Personally, I expect builds to suddenly break on dependencies rather than anything else. It's a non-issue.