Hacker News new | ask | show | jobs
by warrenm 1584 days ago
>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

That's mighty tolerant of you: because there can't possibly be a "professional developer" who doesn't realize something's not being done the correct way, right?

Couldn't possibly be the case a Go dev has to do something in Python, and doesn't know they should use the Python 3 method instead of the 2 or 1, right?

Those people just don't exist...right?

1 comments

So what is your point? We need to optimize Python answers for the super rare professional Go developer that was assigned to edit some python but he clueless so he must find the correct answer that just works with a copy paste? I would optimize for the larger number of people that still have to use Python2 projects using python2 libraries.

Btw the Go dev since is a Pro should already know to not copy paste the first answer and look at the comments , dates and the other answers