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.

"Compulsory" projects to become a programmer

2 pointsby drRoflolover 16 years ago
Hi. Just wondering what things you'd say one has to have done before one can be called a programmer? Sure, a person might know a whole lot about programming, but never have put it to good use, so what's the best ways to prove it?<p>(i.e. (simple) web app, 2D game, su-doku-solver, web crawler, particle collider OS)<p>Thanks:)

1 comment

mechanical_fishover 16 years ago
Find a person who has a problem. Solve it using code. Now that person will call you a programmer.<p>A useful special case of this: Find someone with some buggy code, fix it for them, and convince them to accept and install the fix. Now you've demonstrated the ability to read code, understand it, debug it, and write a fix that works and that doesn't make the code's maintainer blanch in horror. You're a programmer.<p>When you can, publish your code with an open-source license so that people can read it and borrow it.