Skill Levels?

May 16, 2011 at 5:26pm
I want to know how much skill level I have, I completed the site's tutorial, and I want to know where this puts me on some sort of scale(i.e. beginner, lvl3, 1st dan). Does such a scale exist?
May 16, 2011 at 5:48pm
Not really. You just need to keep practicing. I guess you're a beginner. You'll know when you're no longer a beginner because you'll be able to write more complex programs. When you get to the point where you can write your own MS Paint or Notepad, but with more features then you know that you're getting there.

I would try doing these exercises:
http://cplusplus.com/forum/articles/12974/
http://projecteuler.net/
http://www.pythonchallenge.com/ (I know it says Python, which is another programming language, but you can do these exercises in any language; you'll need to find an appropriate library for some of them (e.g. one for image processing)).

I'd focus on the first two first, the third can get tricky quite quickly...
May 16, 2011 at 6:40pm
I should be busy for a while :), Thank you.
May 16, 2011 at 11:36pm
LOL! This isn't some RPG, you don't get levels or "experiance points". If you insist on some kind of validation then the most accurate way to look at your "skill level" would be a boolean method:
"Am I good enough to figure this out?" True\False.
Because when you sit down to write, that's all that matters.
May 16, 2011 at 11:42pm
Haw, my brother actually recently decided that he could discern between experience levels in playing musical instruments. He said he was a level 16 guitar player and a level 12 bass player.

It was pretty hilarious.
May 17, 2011 at 12:32am
Pfft, just because you're not enough of a geek to get a simple RPG joke, doesn't mean you have to terrorize me.

http://xkcd.com/189/

Q.E.D.
May 17, 2011 at 1:21am
Hey, I thought it was quite amusing, especially since it wouldn't have been unrealistic if some academic organization actually did come up with some sort of "level system" for some programming language.

-Albatross
Level i3 Lady Computerhead
Last edited on May 17, 2011 at 1:21am
May 17, 2011 at 1:38am
HAHAHAHAHHAhahahahah this reminds me of a little boy, passing a note to a little girlie: If you like me check one, if not check two
May 17, 2011 at 2:31am
@ultifinitus
Actually the note reads:
Do you like me?
Yes 𐀀
No 𐀀
Maybe 𐀀


Edit: It is popular convention to check "Maybe".
@Albatross
I wish I had enough skill in c++ to develop such a system, I have thought of doing it before.

The system could begin as such:
50 xp per level, incrementing 25xp per level.

15 xp for solving a simple problem, 25 for medium, then 50 for difficult.
100 xp for completing a simple project, 200 medium.

Of course, this would be somewhat difficult to implement, and very easy to cheat.
Last edited on May 17, 2011 at 2:31am
May 17, 2011 at 11:04am
@Disch,
Well, there are sort of "levels" for Musical instruments, but they're called grades, AFAIK they go up to 8.
Topic archived. No new replies allowed.