|
|
|
|
|
by mikestew
1575 days ago
|
|
That's a trivial dismissal. Plenty of stuff gets outdated after a few years, Python 2.x being an extreme example that comes to mind. But because (as a hypothetical example) "the Python 2.x way" answer has 12.4K votes, and the newer "Python 3.x way" has only 200 points, so guess which one is still being implemented more? More generally, there was a day before your favorite language had its version of async in release builds, and there was a day after that. Somewhere in there, probably less than six months, a better way to do some things came about. |
|
IMO a professional developer should be at least competent enough to detect if an answer is for an outdated version of the language, library or framework, we should not delete or hide old answers just because n% of developers jumped to latest version yesterday or implement some policy that works for XLang globally so XLang users don't copy paste like ... invalid code that won't compile without a minor change.