TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The problem with programming tutorials

7 pointsby rhubarbcustardalmost 10 years ago

2 comments

teh_klevalmost 10 years ago
<i>Even Stack Overflow, the saviour of programmers the world over, rarely shows version information in its questions or answers. I recall once, whilst reviewing some changes, that one user had edited another’s question and removed the version number from the tags they has added. Maybe that’s SO’s policy but it is madness.</i><p>I agree with the sentiments above, there&#x27;s no clear policy other than this poorly thought out response by Jeff:<p><a href="http:&#x2F;&#x2F;meta.stackexchange.com&#x2F;a&#x2F;85744&#x2F;419" rel="nofollow">http:&#x2F;&#x2F;meta.stackexchange.com&#x2F;a&#x2F;85744&#x2F;419</a><p>I think version specific tags, regardless of whether you&#x27;re using new functionality or not should be added to a question. If a user is trying to solve a problem in C#2.0 style but you know (from the tags) they&#x27;re using the 4.0 compiler then you can provide them with a 4.0 specific answer&#x2F;solution which possibly is more succinct&#x2F;better.<p>This also happened in the Sharepoint meta:<p><a href="http:&#x2F;&#x2F;meta.sharepoint.stackexchange.com&#x2F;questions&#x2F;142&#x2F;version-tags-considered-harmful" rel="nofollow">http:&#x2F;&#x2F;meta.sharepoint.stackexchange.com&#x2F;questions&#x2F;142&#x2F;versi...</a><p>As someone who was a Sharepoint dev and admin, I found that to be a mistake and inconsistent with other dev sites in the SE network. Even the normally sane and rational Shog got this wrong too:<p><a href="http:&#x2F;&#x2F;meta.sharepoint.stackexchange.com&#x2F;a&#x2F;152&#x2F;3611" rel="nofollow">http:&#x2F;&#x2F;meta.sharepoint.stackexchange.com&#x2F;a&#x2F;152&#x2F;3611</a><p>That said, some users just don&#x27;t know any better when asking questions, some don&#x27;t even know what version of the tools they&#x27;re using, or how to find out.
phlandisalmost 10 years ago
Also include a link to all required materials or better yet put everything they will need in a custom zip file. Including detailed instructions on the install process. We could probably get way more kids into this stuff if better walk-throughs were provided.